using Godot; namespace Cirno.Scripts.Components.FSM._3DPlayer; public partial class IsoPlayerFSMProxy : CharacterBody3D { [Export] public IsoPlayerStateMachine PlayerFSM { get; private set; } }