ScriptCore: Moved Physics2D into Physics namespace

This commit is contained in:
Simon Lübeß
2023-12-17 18:47:29 +01:00
parent 6a87d1ac09
commit 3a3778651d
@@ -1,6 +1,6 @@
using GlitchyEngine.Math; using GlitchyEngine.Math;
namespace GlitchyEngine; namespace GlitchyEngine.Physics;
/// <summary> /// <summary>
/// Allows changing the properties of the 2D physics simulation in the current scene. /// Allows changing the properties of the 2D physics simulation in the current scene.