mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
219 B
C++
13 lines
219 B
C++
|
|
class CfgMagazines {
|
|
class CA_Magazine;
|
|
class B_IR_Grenade: CA_Magazine {
|
|
ACE_Attachable = 1;
|
|
};
|
|
|
|
class SmokeShell;
|
|
class Chemlight_green: SmokeShell {
|
|
ACE_Attachable = 1;
|
|
};
|
|
};
|