Added missing WireComponent script
This commit is contained in:
parent
1cc473d6ac
commit
d432b3220a
9
koptilnya/engine_remastered/wire_component.txt
Normal file
9
koptilnya/engine_remastered/wire_component.txt
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
WireComponent = class('WireComponent')
|
||||||
|
|
||||||
|
function WireComponent:initialize()
|
||||||
|
self.wireInputs = {}
|
||||||
|
self.wireOutputs = {}
|
||||||
|
end
|
||||||
|
|
||||||
|
function WireComponent:updateWireOutputs()
|
||||||
|
end
|
||||||
Loading…
x
Reference in New Issue
Block a user