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

@@ -5,6 +5,6 @@ require('../gearboxes/manual.txt')
GearboxFactory = class('GearboxFactory')
function GearboxFactory.create(config, clutch)
return ManualGearbox:new(config, clutch)
function GearboxFactory.create(...)
return ManualGearbox:new(...)
end