Files
2026-03-05 18:07:55 +08:00

7 lines
137 B
C#

namespace NBF
{
public class PlayerFight : PlayerStateBase
{
public override uint StateId => States.Player.Fight;
}
}