8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
local Types = {
|
|
MANUAL = 'MANUAL',
|
|
AUTO = 'AUTOMATIC/ROBOT',
|
|
CVT = 'CVT'
|
|
}
|
|
|
|
return Types
|