mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
10 lines
330 B
C++
10 lines
330 B
C++
|
class CfgMagazines {
|
||
|
class CA_Magazine;
|
||
|
class ACE_SatchelCharge_Remote_Mag_Throwable: CA_Magazine {
|
||
|
displayName = CSTRING(SatchelChargeThrowable_Name);
|
||
|
};
|
||
|
class ACE_DemoCharge_Remote_Mag_Throwable: ACE_SatchelCharge_Remote_Mag_Throwable {
|
||
|
displayName = CSTRING(DemoChargeThrowable_Name);
|
||
|
};
|
||
|
};
|