7 lines
143 B
C#
7 lines
143 B
C#
namespace NBF
|
|
{
|
|
public class PlayerShowFish : PlayerStateBase
|
|
{
|
|
public override uint StateId => States.Player.ShowFish;
|
|
}
|
|
} |