using Apos.Shapes; namespace Syntriax.Engine.Core; public interface IDrawableShape : IBehaviour { void Draw(ShapeBatch shapeBatch); }