chore: removed unnecessary engine converter

This commit is contained in:
2025-06-07 11:00:13 +03:00
parent 2294c06bf9
commit 41f6dba5e4
4 changed files with 3 additions and 23 deletions

View File

@@ -3,6 +3,7 @@ using Microsoft.Xna.Framework;
using Apos.Shapes;
using Syntriax.Engine.Core;
using Syntriax.Engine.Integration.MonoGame;
namespace Pong.Behaviours;

View File

@@ -3,6 +3,7 @@ using Microsoft.Xna.Framework;
using Apos.Shapes;
using Syntriax.Engine.Core;
using Syntriax.Engine.Integration.MonoGame;
using Syntriax.Engine.Physics2D;
using Syntriax.Engine.Systems.Input;

View File

@@ -3,6 +3,7 @@ using Microsoft.Xna.Framework;
using Apos.Shapes;
using Syntriax.Engine.Core;
using Syntriax.Engine.Integration.MonoGame;
namespace Pong.Behaviours;