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;