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

@@ -607,7 +607,7 @@ namespace Pathfinding {
}
}
protected virtual void Update () {
public virtual void Update () {
if (shouldRecalculatePath) SearchPath();
if (canMove) {
Vector3 nextPosition;