开始构建蓝方第一个场景

This commit is contained in:
2025-10-17 14:59:50 +08:00
parent 95bb1003e6
commit b648b7ef6d
9 changed files with 221 additions and 146 deletions

View File

@@ -95,7 +95,6 @@ processor TG3_CMDR_TASK_MGR WSF_TASK_PROCESSOR
state DETECTED
next_state ASSIGNED
if (! IsAssignable()) return false;
#MakeAssignments();
sendMessage();
return true;
end_next_state
@@ -109,7 +108,6 @@ processor TG3_CMDR_TASK_MGR WSF_TASK_PROCESSOR
{
return true;
}
#MakeAssignments();
sendMessage();
return false;
end_next_state