Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/AIR/C130.hpp
Florian Kinder 1e578fff9b Added C130J_US_EP1_DZ
fixes  #1131
2014-02-16 16:46:20 +01:00

6 lines
146 B
C++

class C130J_US_EP1;
class C130J_US_EP1_DZ: C130J_US_EP1 {
transportMaxWeapons = 50;
transportMaxMagazines = 400;
transportmaxbackpacks = 20;
};