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

9 lines
137 B
C#

namespace MessagePipe.Internal
{
// Preserve for Unity IL2CPP
internal class PreserveAttribute : System.Attribute
{
}
}