gd,refacto: added state chart addon and namespace cleanup
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
using Godot;
|
||||
using System;
|
||||
using Godot;
|
||||
|
||||
namespace Movementtests.systems;
|
||||
|
||||
public partial class HeadSystem : Node3D
|
||||
{
|
||||
@ -27,4 +29,4 @@ public partial class HeadSystem : Node3D
|
||||
|
||||
_camera.Rotation = currentCameraRotation;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user