fix: Mission.Stop 与 VDA ForceStop 改为 override

避免通过基类引用调用时走到空实现,隐藏的 Stop/ForceStop 无法真正停进程。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
黄兆尉
2026-08-26 22:49:27 +08:00
co-authored by Cursor
parent e075bc0d7d
commit f5c404173b
6 changed files with 6 additions and 6 deletions
@@ -171,7 +171,7 @@ namespace StandardScene.Scheduler
}
[MethodMember(Name = "关闭机构进程", Description = "关闭机构进程")]
public void Stop()
public override void Stop()
{
started = false;
status.status = $"已停止-循环";