namespace Svelto.ES { /// /// please use [DisallowMultipleComponent] in your monobehaviours that implement IEntityDescriptorHolder /// public interface IEntityDescriptorHolder { EntityDescriptor BuildDescriptorType(); } }