Files
libraries-tivadar-besthttp/Runtime/Shared/PlatformSupport/IL2CPP/Il2CppEagerStaticClassConstructionAttribute.cs
2026-07-03 05:02:26 +03:00

10 lines
267 B
C#

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