fix: Build Errors

This commit is contained in:
2024-01-31 12:32:16 +03:00
parent a357f0fdcb
commit e86cf71010
4 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ using Microsoft.Xna.Framework;
using Apos.Shapes;
using Syntriax.Engine.Core.Abstract;
using Syntriax.Engine.Physics2D.Primitives;
namespace Pong.Behaviours;

View File

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

View File

@@ -2,6 +2,7 @@ using Microsoft.Xna.Framework;
using Apos.Shapes;
using Syntriax.Engine.Core.Abstract;
using Syntriax.Engine.Physics2D.Primitives;
namespace Pong.Behaviours;