mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
10 lines
251 B
C++
10 lines
251 B
C++
|
class CfgMagazines {
|
||
|
class CA_Magazine;
|
||
|
class rhsgref_50Rnd_792x57_SmE_drum: CA_Magazine { // drum, but still just a belt
|
||
|
ACE_isBelt = 1;
|
||
|
};
|
||
|
class rhsgref_296Rnd_792x57_SmE_belt: CA_Magazine {
|
||
|
ACE_isBelt = 1;
|
||
|
};
|
||
|
};
|