mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
8 lines
170 B
C++
8 lines
170 B
C++
class C130J_US_EP1;
|
|
class C130J_US_EP1_DZ: C130J_US_EP1 {
|
|
transportMaxWeapons = 50;
|
|
transportMaxMagazines = 400;
|
|
transportmaxbackpacks = 20;
|
|
fuelCapacity = 34095;
|
|
};
|