10 lines
224 B
C#
10 lines
224 B
C#
using Godot;
|
|
using KarrotStarterTemplate.Common.StateMachines.Custom.PlayerStateMachines;
|
|
|
|
namespace KarrotStarterTemplate.Entities.Player;
|
|
|
|
[GlobalClass]
|
|
public partial class PlayerStateMachine : BasePlayerStateMachine
|
|
{
|
|
|
|
} |