10 lines
191 B
Plaintext
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 |