Brick_LuaLogic/bricks/outputs/text2-init.lua

8 lines
132 B
Lua

return function(gate)
gate.lastTickChanged = 0
gate.listenState = "wait"
gate.bitsReceived = 0
gate.valReceived = 0
end