gd,refacto: added state chart addon and namespace cleanup
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
using Godot;
|
||||
using PolarBears.PlayerControllerAddon;
|
||||
using Movementtests.player_controller.Scripts;
|
||||
|
||||
namespace Movementtests.systems;
|
||||
|
||||
public partial class MoveSystem : Node3D
|
||||
{
|
||||
@ -189,4 +191,4 @@ public partial class MoveSystem : Node3D
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user