开始构建蓝方第一个场景
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user