gd,refacto: added state chart addon and namespace cleanup
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
using Godot;
|
||||
using System.Collections.Generic;
|
||||
using Godot;
|
||||
|
||||
namespace Movementtests.systems;
|
||||
|
||||
public partial class TweenQueueSystem : Node3D
|
||||
{
|
||||
@ -49,4 +51,4 @@ public partial class TweenQueueSystem : Node3D
|
||||
TweenToLocation(_tweenInputs.Dequeue());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user