Implementing better steering

This commit is contained in:
Ivan Grachyov
2021-12-11 17:36:34 +05:00
parent 7cdb222580
commit 0b71940310
14 changed files with 294 additions and 231 deletions

View File

@@ -0,0 +1,12 @@
WireComponent = class('WireComponent')
function WireComponent:getInputs()
return {}
end
function WireComponent:getOutputs()
return {}
end
function WireComponent:updateOutputs()
end