This commit is contained in:
2025-05-16 23:31:59 +08:00
parent 9e4fef3f1e
commit d891e3f0ee
1198 changed files with 274242 additions and 1558 deletions

View File

@@ -103,10 +103,10 @@ namespace NBF
if (_owner.Gears.Rod)
{
//如果准备好了杆子,则可进入抛竿
if (_nextState)
{
return States.Player.WaitThrow;
}
// if (_nextState)
// {
// return States.Player.WaitThrow;
// }
}
}