Made user exits for Mission Completion evaluation...

Man, this is going to rock!
This commit is contained in:
FlightControl
2017-03-15 10:08:03 +01:00
parent 450892bfd9
commit 9fc3f7a601
11 changed files with 71186 additions and 41 deletions

View File

@@ -294,7 +294,7 @@ function BASE:Inherit( Child, Parent )
setmetatable( Child, Parent )
Child.__index = Child
Child:_SetDestructor()
--Child:_SetDestructor()
end
--self:T( 'Inherited from ' .. Parent.ClassName )
return Child