From ab9181fe3fd8c0fd2d7171ca259c7b3cb7da930f Mon Sep 17 00:00:00 2001 From: Syntriax Date: Thu, 25 Jan 2024 21:54:39 +0300 Subject: [PATCH] refactor: Removed Unused Using --- Engine.Physics2D/Abstract/ICollider2D.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine.Physics2D/Abstract/ICollider2D.cs b/Engine.Physics2D/Abstract/ICollider2D.cs index 964180c..7d652dd 100644 --- a/Engine.Physics2D/Abstract/ICollider2D.cs +++ b/Engine.Physics2D/Abstract/ICollider2D.cs @@ -1,5 +1,5 @@ using System; -using Syntriax.Engine.Core; + using Syntriax.Engine.Core.Abstract; namespace Syntriax.Engine.Physics2D.Abstract;