mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
7 lines
205 B
C++
7 lines
205 B
C++
|
class CfgMagazines {
|
||
|
class CA_Magazine;
|
||
|
class 50Rnd_570x28_SMG_03: CA_Magazine {
|
||
|
displayName = CSTRING(P90_Mag_Name);
|
||
|
descriptionShort = CSTRING(P90_Mag_DescriptionShort);
|
||
|
};
|
||
|
};
|