#if UNITY_5 || UNITY_5_3_OR_NEWER namespace Svelto.ECS { public class GenericEntityDescriptorHolder: UnityEngine.MonoBehaviour, IEntityDescriptorHolder where T: class, IEntityDescriptor, new() { public EntityDescriptorInfo RetrieveDescriptor() { return EntityDescriptorTemplate.Default; } } } #endif