Finished stuff with manual gearbox

This commit is contained in:
Ivan Grachyov
2021-11-13 01:52:35 +05:00
parent b5fb04cce8
commit 54202989c1
9 changed files with 190 additions and 97 deletions

View File

@@ -28,7 +28,7 @@ function Engine:initialize(config, clutch)
self._limiterTime = 0
self.clutch = clutch
clutch.engine = self
clutch:linkEngine(self)
end
function Engine:getInputs()