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
@@ -103,7 +103,7 @@ namespace StandardScene.Scheduler
/// 停止进程
/// </summary>
[MethodMember(Name = "停止进程", Description = "停止区域流量监控")]
public void Stop()
public override void Stop()
{
if (!started)
{