namespace Svelto.ECS { /// /// please use [DisallowMultipleComponent] in your monobehaviours that implement IEntityDescriptorHolder /// public interface IEntityDescriptorHolder { //I must find a nicer solution for the extraImplentors EntityDescriptor BuildDescriptorType(object[] extraImplentors = null); } }