ACE3/addons/huntir/CfgMagazineWells.hpp
2021-10-30 16:42:03 -05:00

9 lines
240 B
C++

class CfgMagazineWells {
class CBA_40mm_M203 {
ADDON[] = {"ACE_HuntIR_M203"};
};
class UGL_40x36 { //Vanilla and RHS [rhsusf\addons\rhsusf_c_weapons\cfgMagazineWells.hpp]
ADDON[] = {"ACE_HuntIR_M203"};
};
};