class ACE_Settings {
    class GVAR(enableSwitchUnits) {
        movedToSQF = 1;
    };
    class GVAR(switchToWest) {
        movedToSQF = 1;
    };
    class GVAR(switchToEast) {
        movedToSQF = 1;
    };
    class GVAR(switchToIndependent) {
        movedToSQF = 1;
    };
    class GVAR(switchToCivilian) {
        movedToSQF = 1;
    };
    class GVAR(enableSafeZone) {
        movedToSQF = 1;
    };
    class GVAR(safeZoneRadius) {
        movedToSQF = 1;
    };
};