chore: updated engine

This commit is contained in:
2025-04-15 23:42:06 +03:00
parent 34aa4dbb69
commit d13233ce77
13 changed files with 6 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
using Apos.Shapes;
namespace Syntriax.Engine.Core.Abstract;
namespace Syntriax.Engine.Core;
public interface IDisplayableShape
{

View File

@@ -1,6 +1,6 @@
using Microsoft.Xna.Framework.Graphics;
namespace Syntriax.Engine.Core.Abstract;
namespace Syntriax.Engine.Core;
public interface IDisplayableSprite
{