2015-08-14 01:18:54 +00:00
|
|
|
class ACE_Settings {
|
|
|
|
class GVAR(rate) {
|
2015-08-15 17:26:26 +00:00
|
|
|
displayName = CSTRING(RefuelSettings_speed_DisplayName);
|
|
|
|
description = CSTRING(RefuelSettings_speed_Description);
|
2015-08-14 01:18:54 +00:00
|
|
|
value = 1;
|
|
|
|
typeName = "SCALAR";
|
|
|
|
};
|
|
|
|
};
|