1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00

Another temporarily commit

This commit is contained in:
Moon Horse
2024-04-19 19:07:28 +03:00
parent 61952affe8
commit a806be8f32
3 changed files with 11 additions and 4 deletions

View File

@@ -36,6 +36,9 @@ function TRAIN_SYSTEM:Initialize()
self.ComputerCar = false
end
-- self.Consumers is a table of relays with the next structure:
-- [<relay>] = {<relay.Value>, <relay.coil_res>, <relay.current>}
function TRAIN_SYSTEM:Inputs()
return { "Charge", "Dischargeable", "InitialVoltage", "CarType" }
end