refactor: Removed Unused Using

This commit is contained in:
Syntriax 2024-01-25 21:54:39 +03:00
parent 266443504f
commit ab9181fe3f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
using System; using System;
using Syntriax.Engine.Core;
using Syntriax.Engine.Core.Abstract; using Syntriax.Engine.Core.Abstract;
namespace Syntriax.Engine.Physics2D.Abstract; namespace Syntriax.Engine.Physics2D.Abstract;