updat core

This commit is contained in:
2024-10-22 19:10:15 +08:00
parent fbbd08e0a5
commit d48401607d
75 changed files with 68830 additions and 116 deletions

View File

@@ -163,7 +163,7 @@ namespace Game.Component
}
}
public bool HasRunaway { get; private set; } = false;
public bool HasRunaway => MapContent.Instance?.IsRunaway ?? false;
public float CurMoveSpeed => this._curMoveSpeedOffset * (this.MaxMoveSpeed *
(1 +
@@ -235,6 +235,7 @@ namespace Game.Component
AttackCheck ();
CheckUpdateFsmData ();
this._fsmController.DoUpdate ();
}
private void AttackCheck ()