修改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

@@ -1,4 +1,6 @@
namespace NBF
using NBC;
namespace NBF
{
/// <summary>
/// 闲置中
@@ -10,6 +12,7 @@
protected override void onEnter()
{
Log.Info("enter PlayerStateIdle");
_nextState = false;
InputManager.OnOp1Action += OnOp1Action;
}