using System; using System.Runtime.CompilerServices; using Unity.IL2CPP.CompilerServices; namespace AlicizaX { public interface IEventArgs { } public static class EventInitialSize where T : struct, IEventArgs { public static int Size = 4; // default } }