13 lines
192 B
Plaintext
13 lines
192 B
Plaintext
WireComponent = class('WireComponent')
|
|
|
|
function WireComponent:getInputs()
|
|
return {}
|
|
end
|
|
|
|
function WireComponent:getOutputs()
|
|
return {}
|
|
end
|
|
|
|
function WireComponent:updateOutputs()
|
|
end
|