Release of new EVENT class

The logic of the EVENT class has finished. Releasing it.
This commit is contained in:
FlightControl
2016-04-24 06:24:21 +02:00
parent ab4f4e75d1
commit 620844b7e0
11 changed files with 66 additions and 66 deletions

View File

@@ -19,7 +19,7 @@ function DESTROYRADARSTASK:New( DestroyGroupNames )
self.Name = 'Destroy Radars'
_EventDispatcher:OnDead( self.EventDead , self )
_EVENTDISPATCHER:OnDead( self.EventDead , self )
return self
end