namespace MoonTools.ECS; public interface IHasEntity { Entity Entity { get; } }