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