艹
This commit is contained in:
13
ThirdParty/Unity.Mathematics/Il2CppEagerStaticClassConstructionAttribute.cs
vendored
Normal file
13
ThirdParty/Unity.Mathematics/Il2CppEagerStaticClassConstructionAttribute.cs
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace Unity.IL2CPP.CompilerServices
|
||||
{
|
||||
/// <summary>
|
||||
/// This is used to indicate to IL2CPP that the static constructors should be executed eagerly at startup
|
||||
/// rather than lazily at runtime.
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false, AllowMultiple = false)]
|
||||
internal class Il2CppEagerStaticClassConstructionAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user