修改arm

This commit is contained in:
2026-01-17 22:46:58 +08:00
parent f7d44f1f8d
commit a46436ae45
34 changed files with 47057 additions and 26303 deletions

View File

@@ -2,7 +2,7 @@
{
public class PlayerStateFight : PlayerStateBase
{
public override uint StateId => (uint)PlayerState.Fishing;
public override uint StateId => (uint)PlayerState.Fight;
protected override void onEnter()
{