mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
ScriptCore: Moved Physics2D into Physics namespace
This commit is contained in:
@@ -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.
|
||||||
Reference in New Issue
Block a user