Brick_LuaLogic/bricks/inputs/keyboard-init.lua
2019-04-16 19:33:24 -05:00

5 lines
52 B
Lua

return function(gate)
gate.queueBits = {}
end