5 lines
52 B
Lua
5 lines
52 B
Lua
|
|
return function(gate)
|
|
gate.queueBits = {}
|
|
end
|
|
|
return function(gate)
|
|
gate.queueBits = {}
|
|
end
|