namespace Syntriax.Engine.Core; public interface IDraw : IBehaviour { void Draw(); }