Brick_LuaLogic/bricks/inputs/keyboard-init.lua
2020-05-19 02:22:30 -05:00

5 lines
52 B
Lua

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