update core

This commit is contained in:
2024-10-24 22:45:29 +08:00
parent 2181e42066
commit b56a237c6b
9 changed files with 44 additions and 5965 deletions

View File

@@ -173,7 +173,7 @@ namespace Game.Component
)
);
#else
public bool HasRunaway => MapContent.Instance.IsRunaway ?? false;
public bool HasRunaway => MapContent.Instance?.IsRunaway ?? false;
public float CurMoveSpeed => (MapContent.Instance.MoveGlobalOffset) * this._curMoveSpeedOffset * (this.MaxMoveSpeed *
(1 +