Typo Fix and Namespace Changes

This commit is contained in:
2021-12-23 13:41:32 +03:00
parent 8c3d0695b5
commit 2c996a9a29
7 changed files with 10 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
namespace Syntriax.Modules.Movement.ColliderCheck.Ground
namespace Syntriax.Modules.Movement.ColliderCheck
{
public interface IGroundCheck : IColliderCheck { }
}

View File

@@ -1,4 +1,4 @@
namespace Syntriax.Modules.Movement.ColliderCheck.Ground
namespace Syntriax.Modules.Movement.ColliderCheck
{
public class TwoDimensionalBoxChildGroundCheck : TwoDimensionalBoxChildColliderCheck, IGroundCheck { }
}