namespace Svelto.ECS { namespace Internal { ///This interfaces shouldn't be used outside the svelto assembly, use interfaces that inherit from this public interface _IInternalEntityComponent { } } }