using Godot; using KarrotStarterTemplate.Common.StateMachines.Custom.PlayerStateMachines; namespace KarrotStarterTemplate.Entities.Player; [GlobalClass] public partial class PlayerStateMachine : BasePlayerStateMachine { }