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

@@ -147,7 +147,7 @@ end
-- @return Event#EVENT
function BASE:Event()
return _EventDispatcher
return _EVENTDISPATCHER
end