mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Starting to harmonize the new TASK logic with the old DETECTION_DISPATCHER
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
|
||||
env.info( "Lua Version = " .. _VERSION )
|
||||
|
||||
-- Test Garbage control of one declared PROCESS.
|
||||
do
|
||||
local Process = PROCESS_ASSIGN_ACCEPT:New( "SEAD the Area" )
|
||||
end
|
||||
|
||||
collectgarbage()
|
||||
|
||||
local Mission = MISSION:New( 'SEAD Targets', "Strategic", "SEAD the enemy", coalition.side.RED )
|
||||
local Scoring = SCORING:New( "SEAD" )
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user