- Initial commit
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Best.HTTP.Shared.PlatformSupport.IL2CPP
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false, AllowMultiple = false)]
|
||||
public class Il2CppEagerStaticClassConstructionAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user