mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-28 09:35:30 +00:00
Event Handling Optimization
-- Created a HandleEvent method -- Created an UnHandleEvent method
This commit is contained in:
@@ -33,4 +33,8 @@ function Tank2:OnEventDead( EventData )
|
||||
self:SmokeBlue()
|
||||
end
|
||||
|
||||
function Tank2:OnEventCrash(EventData)
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user