namespace Svelto.ECS { ///Entity Components MUST implement IEntityComponent public interface IEntityComponent { } }