Restructuring

This commit is contained in:
FlightControl
2016-12-06 10:41:41 +01:00
parent e46d7be91b
commit 5486a12c77
18 changed files with 54 additions and 54 deletions

View File

@@ -35,7 +35,7 @@ do -- TASK_PICKUP
-- @param #string TaskName The name of the Task.
-- @param #string TaskType BAI or CAS
-- @param Set#SET_UNIT UnitSetTargets
-- @param Zone#ZONE_BASE TargetZone
-- @param Core.Zone#ZONE_BASE TargetZone
-- @return #TASK_PICKUP self
function TASK_PICKUP:New( Mission, AssignedSetGroup, TaskName, TaskType )
local self = BASE:Inherit( self, TASK_BASE:New( Mission, AssignedSetGroup, TaskName, TaskType, "PICKUP" ) )