首次提交
This commit is contained in:
7
Assets/Scripts/Fishing~/Player/States/PlayerShowFish.cs
Normal file
7
Assets/Scripts/Fishing~/Player/States/PlayerShowFish.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace NBF
|
||||
{
|
||||
public class PlayerShowFish : PlayerStateBase
|
||||
{
|
||||
public override uint StateId => States.Player.ShowFish;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user