UPDATE
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
types = {
|
||||
local Types = {
|
||||
MANUAL = 'MANUAL',
|
||||
AUTO = 'AUTOMATIC/ROBOT',
|
||||
CVT = 'CVT'
|
||||
}
|
||||
|
||||
return types
|
||||
return Types
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
Engine = 1,
|
||||
Clutch = 2,
|
||||
Gearbox = 3,
|
||||
Differential = 4,
|
||||
Wheel = 5
|
||||
}
|
||||
Reference in New Issue
Block a user