using Godot; namespace Cirno.Scripts.Components.FSM.Player; public abstract partial class PlayerStateBase : BaseState { }