diff --git a/ScriptCore/Physics2D.cs b/ScriptCore/Physics/Physics2D.cs similarity index 93% rename from ScriptCore/Physics2D.cs rename to ScriptCore/Physics/Physics2D.cs index 73a3f86..09e7b69 100644 --- a/ScriptCore/Physics2D.cs +++ b/ScriptCore/Physics/Physics2D.cs @@ -1,6 +1,6 @@ using GlitchyEngine.Math; -namespace GlitchyEngine; +namespace GlitchyEngine.Physics; /// /// Allows changing the properties of the 2D physics simulation in the current scene.