JAMES TEST

This commit is contained in:
HellRayzr 2016-06-14 18:53:54 +02:00
parent d66a2ea429
commit a57f28a248

View File

@ -61,7 +61,7 @@ AIRBASEPOLICE_BASE = {
-- @param Airbases A table of Airbase Names. -- @param Airbases A table of Airbase Names.
-- @return #AIRBASEPOLICE_BASE self -- @return #AIRBASEPOLICE_BASE self
function AIRBASEPOLICE_BASE:New( SetClient, Airbases ) function AIRBASEPOLICE_BASE:New( SetClient, Airbases )
-- TEST JAMES
-- Inherits from BASE -- Inherits from BASE
local self = BASE:Inherit( self, BASE:New() ) local self = BASE:Inherit( self, BASE:New() )
self:E( { self.ClassName, SetClient, Airbases } ) self:E( { self.ClassName, SetClient, Airbases } )