7 lines
137 B
C#
7 lines
137 B
C#
namespace NBF
|
|
{
|
|
public class PlayerFight : PlayerStateBase
|
|
{
|
|
public override uint StateId => States.Player.Fight;
|
|
}
|
|
} |