cirnogodot/Scripts/Components/FSM/3DPlayer/IsoPlayerFSMProxy.cs
2025-06-10 16:33:43 +02:00

8 lines
No EOL
202 B
C#

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