2021-11-09 21:09:03 +05:00

10 lines
191 B
Plaintext

-- @include ./base.txt
require("./base.txt")
ManualGearbox = class("ManualGearbox")
function ManualGearbox:initialize(options)
-- create base gearbox inside
end
-- proxy the methods here