class ACE_Settings { //Time to move a round from one magazine to another class GVAR(timePerAmmo) { movedToSQF = 1; }; //Time to swap between magazines when repacking class GVAR(timePerMagazine) { movedToSQF = 1; }; //Time to relink 2 belts together class GVAR(timePerBeltLink) { movedToSQF = 1; }; };