1
0
Fork 0
LaboratoryProtection/Assets/Plugins/MessagePipe/Runtime/Internal/Preserve.cs

9 lines
137 B
C#
Raw Normal View History

2023-09-12 15:55:51 +08:00
namespace MessagePipe.Internal
{
// Preserve for Unity IL2CPP
internal class PreserveAttribute : System.Attribute
{
}
}