Files
Fishing2/Assets/Scripts/Fishing~/Player/States/PlayerShowFish.cs

7 lines
143 B
C#

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