Update OpsZone.lua

This commit is contained in:
Applevangelist
2021-11-20 17:12:33 +01:00
committed by GitHub
parent 1f035301d9
commit a1426c3e81

View File

@@ -1232,6 +1232,7 @@ end
function OPSZONE:_GetMissions()
return self.Missions
end
--- Add an entry to the OpsZone mission table
-- @param #OPSZONE self
-- @param #number Coalition Coalition of type e.g. coalition.side.NEUTRAL
@@ -1266,6 +1267,8 @@ function OPSZONE:_CleanMissionTable()
self.Missions = missions
return self
end
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------