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

7 lines
143 B
C#

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