This should work quite well: ```CS public unsafe interface IEchelonScriptType { public static abstract ES_TypeInfo* TypeInfo { get; } } ```