ACE3/addons/common/CfgMagazines.hpp

11 lines
204 B
C++
Raw Normal View History

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