mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
12 lines
262 B
C++
12 lines
262 B
C++
class C130J_US_EP1;
|
|
class C130J_US_EP1_DZ: C130J_US_EP1 {
|
|
transportMaxWeapons = 50;
|
|
transportMaxMagazines = 400;
|
|
transportmaxbackpacks = 20;
|
|
fuelCapacity = 34095;
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|