Continuing rewriting engine
This commit is contained in:
7
koptilnya/engine_remastered/enums/gearbox.txt
Normal file
7
koptilnya/engine_remastered/enums/gearbox.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
types = {
|
||||
MANUAL = 'MANUAL',
|
||||
AUTO = 'AUTOMATIC/ROBOT',
|
||||
CVT = 'CVT'
|
||||
}
|
||||
|
||||
return types
|
||||
Reference in New Issue
Block a user