mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
6 lines
236 B
C++
6 lines
236 B
C++
class M4SPR;
|
|
class M4SPR_DZE: M4SPR
|
|
{
|
|
//Moved 30Rnd Stanag to first in array
|
|
magazines[] = {"30Rnd_556x45_Stanag", "20Rnd_556x45_Stanag", "30Rnd_556x45_StanagSD", "30Rnd_556x45_G36", "100Rnd_556x45_BetaCMag", "30Rnd_556x45_G36SD"};
|
|
}; |