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