Implementing starfall version of engine
This commit is contained in:
10
koptilnya/engine/gearboxes/manual.txt
Normal file
10
koptilnya/engine/gearboxes/manual.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
-- @include ./base.txt
|
||||
require("./base.txt")
|
||||
|
||||
ManualGearbox = class("ManualGearbox")
|
||||
|
||||
function ManualGearbox:initialize(options)
|
||||
-- create base gearbox inside
|
||||
end
|
||||
|
||||
-- proxy the methods here
|
||||
Reference in New Issue
Block a user