Added missing WireComponent script
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user