Il2CppEagerStaticClassConstructionAttribute.cs 259 B

123456789
  1. using System;
  2. namespace BestHTTP.PlatformSupport.IL2CPP
  3. {
  4. [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false, AllowMultiple = false)]
  5. public class Il2CppEagerStaticClassConstructionAttribute : Attribute
  6. {
  7. }
  8. }