ACE3/addons/magazinerepack/ACE_Settings.hpp

15 lines
361 B
C++
Raw Normal View History

2015-05-14 18:59:25 +00:00
class ACE_Settings {
//Time to move a round from one magazine to another
class GVAR(timePerAmmo) {
movedToSQF = 1;
2015-05-14 18:59:25 +00:00
};
//Time to swap between magazines when repacking
class GVAR(timePerMagazine) {
movedToSQF = 1;
2015-05-14 18:59:25 +00:00
};
//Time to relink 2 belts together
class GVAR(timePerBeltLink) {
movedToSQF = 1;
2015-05-14 18:59:25 +00:00
};
};