Unity_Web/Assets/Best HTTP/Source/PlatformSupport/IL2CPP/Il2CppEagerStaticClassConst...

10 lines
259 B
C#

using System;
namespace BestHTTP.PlatformSupport.IL2CPP
{
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false, AllowMultiple = false)]
public class Il2CppEagerStaticClassConstructionAttribute : Attribute
{
}
}