Fixed problem with Escort menus and could fine-tune the prototyping.

This commit is contained in:
FlightControl
2016-03-25 09:25:39 +01:00
parent 7abd07f545
commit ca4d9f1464
12 changed files with 274 additions and 172 deletions

View File

@@ -67,7 +67,7 @@
-- This models AI that has succesfully returned to their airbase, to restart their combat activities.
-- Check the @{#SPAWN.CleanUp} for further info.
--
-- @module SPAWN
-- @module Spawn
-- @author FlightControl
Include.File( "Routines" )
@@ -78,6 +78,7 @@ Include.File( "Zone" )
--- SPAWN Class
-- @type SPAWN
-- @extends Base#BASE
-- @field ClassName
SPAWN = {
ClassName = "SPAWN",