gd,refacto: added state chart addon and namespace cleanup

This commit is contained in:
2025-06-05 14:47:51 +02:00
parent 8818e77d23
commit 5c36765a36
239 changed files with 10430 additions and 115 deletions

View File

@ -1,6 +1,6 @@
using Godot;
namespace PolarBears.PlayerControllerAddon;
namespace Movementtests.player_controller.Scripts;
public partial class Gravity: Node3D
{