class ACE_Settings {
    class GVAR(allowHandcuffOwnSide) {
        displayName = CSTRING(ModuleSettings_handcuffSide_name);
        description = CSTRING(ModuleSettings_handcuffSide_description);
        typeName = "BOOL";
        value = 1;
    };
    class GVAR(allowSurrender) {
        displayName = CSTRING(ModuleSettings_allowSurrender_name);
        description = CSTRING(ModuleSettings_allowSurrender_description);
        typeName = "BOOL";
        value = 1;
    };
};