mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 21:02:48 +00:00
9 lines
210 B
C++
9 lines
210 B
C++
class ACE_Settings {
|
|
class GVAR(enabled) {
|
|
category = ECSTRING(common,ACEKeybindCategoryWeapons);
|
|
displayName = CSTRING(DisplayName);
|
|
typeName = "BOOL";
|
|
value = 1;
|
|
};
|
|
};
|