Test scene for new actor

This commit is contained in:
Marco 2025-02-23 17:18:48 +01:00
commit 0e15d2acba
10 changed files with 142 additions and 21 deletions

View file

@ -0,0 +1,8 @@
using Godot;
namespace Cirno.Scripts.Components.FSM;
public partial class State : Node2D
{
}