mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Extract stuff out of attach config.cpp
This commit is contained in:
10
addons/attach/CfgMagazines.hpp
Normal file
10
addons/attach/CfgMagazines.hpp
Normal 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;
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user