Create the PATROLZONE class

This commit is contained in:
FlightControl
2016-06-18 12:24:05 +02:00
parent 36b101fa6d
commit b2bd37edbc
3 changed files with 77 additions and 4 deletions

View File

@@ -238,8 +238,6 @@ SET_BASE = {
-- DBObject = SET_BASE:New()
function SET_BASE:New( Database )
env.info( tostring( Database ) )
-- Inherits from BASE
local self = BASE:Inherit( self, BASE:New() )