namespace Ghost.Entities.Utilities; internal static class TypeHandle { public static nint Value => typeof(T).TypeHandle.Value; }