1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/cookoff/ACE_Settings.hpp
2016-08-13 12:38:04 +02:00

10 lines
194 B
C++

class ACE_Settings {
class GVAR(enable) {
displayName = CSTRING(enable_name);
description = CSTRING(enable_tooltip);
value = 1;
typeName = "BOOL";
};
};