Extract stuff out of attach config.cpp

This commit is contained in:
Nicolás Badano
2015-01-13 20:03:12 -03:00
parent e53ed960dd
commit 46cf9a194a
4 changed files with 133 additions and 145 deletions

View File

@ -0,0 +1,10 @@
class CfgMagazines {
class CA_Magazine;
class B_IR_Grenade: CA_Magazine {
ACE_Attachable = 1;
};
class SmokeShell;
class Chemlight_green: SmokeShell {
ACE_Attachable = 1;
};
};