1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/attach/CfgMagazines.hpp

13 lines
219 B
C++
Raw Normal View History

2015-02-15 14:31:09 +00:00
2015-01-13 23:03:12 +00:00
class CfgMagazines {
2015-02-01 20:56:19 +00:00
class CA_Magazine;
class B_IR_Grenade: CA_Magazine {
ACE_Attachable = 1;
};
2015-02-15 14:31:09 +00:00
2015-02-01 20:56:19 +00:00
class SmokeShell;
class Chemlight_green: SmokeShell {
ACE_Attachable = 1;
};
2015-02-15 14:31:09 +00:00
};