- Added new TIMER class.
This commit is contained in:
Frank
2020-08-29 20:26:20 +02:00
parent caef309547
commit 2d6092c114
13 changed files with 397 additions and 66 deletions

View File

@@ -332,6 +332,8 @@ function FLIGHTGROUP:New(group)
self:__Status(-2)
self:__QueueUpdate(-3)
--self.Timer=SCHEDULER:New()
return self
end