This commit is contained in:
funkyfranky
2019-08-07 16:49:26 +02:00
parent eb37f9b18c
commit 414196afc6
2 changed files with 54 additions and 2 deletions
+2
View File
@@ -22,6 +22,7 @@
-- @field Functional.Warehouse#WAREHOUSE warehouse The warehouse of the carrier.
-- @field Functional.Artillery#ARTY arty The artillery object of the carrier.
-- @field #table intruders Table of intruders, i.e. groups inside the CCA. Each element is of type #SKIPPPER.Intruder.
-- @field Ops.CarrierAirWing#CVW cvw Carrier Air Wing.
-- @extends Ops.Airboss#AIRBOSS
--- Be surprised!
@@ -44,6 +45,7 @@ SKIPPER = {
warehouse = nil,
arty = nil,
intruders = {},
cvw = nil,
}
--- Intruder.