chore: updated engine

This commit is contained in:
2025-08-05 19:41:59 +03:00
parent 7a499bbcbc
commit 25caeefb8b
19 changed files with 60 additions and 60 deletions

View File

@@ -4,12 +4,12 @@ using Microsoft.Xna.Framework.Input;
using Pong.Behaviours;
using Syntriax.Engine.Core;
using Syntriax.Engine.Core.Factory;
using Syntriax.Engine.Integration.MonoGame;
using Syntriax.Engine.Systems.Network;
using Syntriax.Engine.Physics2D;
using Syntriax.Engine.Systems.Tween;
using Engine.Core;
using Engine.Core.Factory;
using Engine.Integration.MonoGame;
using Engine.Systems.Network;
using Engine.Physics2D;
using Engine.Systems.Tween;
namespace Pong;