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