mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
10 lines
196 B
C++
10 lines
196 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;
|
||
|
};
|
||
|
};
|