mirror of
https://github.com/kepler155c/opus
synced 2025-12-17 13:48:05 +00:00
build using command computer
This commit is contained in:
@@ -189,6 +189,11 @@ local function processRoutines(...)
|
||||
end
|
||||
end
|
||||
|
||||
function Event.processEvent(e)
|
||||
processHandlers(e[1])
|
||||
processRoutines(table.unpack(e))
|
||||
end
|
||||
|
||||
function Event.pullEvent(eventType)
|
||||
|
||||
while true do
|
||||
|
||||
Reference in New Issue
Block a user