refactor: Apos to Triangles

This commit is contained in:
2025-06-15 16:36:01 +03:00
parent 648be2738f
commit 0987bf7e91
8 changed files with 27 additions and 125 deletions

View File

@@ -1,8 +0,0 @@
using Apos.Shapes;
namespace Syntriax.Engine.Core;
public interface IDrawableShape : IBehaviour
{
void Draw(ShapeBatch shapeBatch);
}