using System; namespace Svelto.ECS.Internal { public class TypeCache<T> { public static Type type = typeof(T); } }