ACE3/addons/common/CfgMagazines.hpp

12 lines
230 B
C++
Raw Normal View History

2015-01-12 21:34:01 +00:00
class CfgMagazines {
class CA_Magazine;
class ACE_FakeMagazine: CA_Magazine {
scopeCurator = 1;
2015-01-12 21:34:01 +00:00
descriptionShort = "";
displayName = "";
displayNameShort = "";
count = 0;
};
};