mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
6 lines
129 B
C++
6 lines
129 B
C++
class AT5Launcher;
|
|
class AT5LauncherSingle: AT5Launcher
|
|
{
|
|
magazines[] = {"8Rnd_AT5_BMP2","5Rnd_AT5_BRDM2"};
|
|
reloadTime = 30;
|
|
}; |