- Added tanker and CAP zones
This commit is contained in:
Frank
2021-10-03 21:33:33 +02:00
parent 2ae2ee64be
commit fa6fbca67b
12 changed files with 189 additions and 44 deletions

View File

@@ -234,7 +234,8 @@ FORMATION = {
-- @param #BASE self
-- @return #BASE
function BASE:New()
local self = routines.utils.deepCopy( self ) -- Create a new self instance
--local self = routines.utils.deepCopy( self ) -- Create a new self instance
local self = UTILS.DeepCopy(self)
_ClassID = _ClassID + 1
self.ClassID = _ClassID