Finished stuff with manual gearbox
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user