Remastering engine

This commit is contained in:
Ivan Grachyov
2021-11-12 00:07:30 +05:00
parent d73f424d7f
commit 902d2d18bb
8 changed files with 295 additions and 10 deletions

View File

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