mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
12 lines
280 B
C++
12 lines
280 B
C++
class BAF_Merlin_HC3_D;
|
|
class BAF_Merlin_DZE : BAF_Merlin_HC3_D {
|
|
scope = 2;
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
commanderCanSee = 2+16+32;
|
|
gunnerCanSee = 2+16+32;
|
|
driverCanSee = 2+16+32;
|
|
transportMaxWeapons = 15;
|
|
transportMaxMagazines = 150;
|
|
transportmaxbackpacks = 5;
|
|
}; |