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

@@ -1,12 +1,13 @@
--- ZONE Classes
-- @module ZONE
-- @module Zone
Include.File( "Routines" )
Include.File( "Base" )
Include.File( "Message" )
--- The ZONE class
-- @type
-- @type ZONE
-- @Extends Base#BASE
ZONE = {
ClassName="ZONE",
}