Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/Car/Ikarus.hpp
ebaydayz 8429ad1fbc Clear typicalCargo for some vehicles missing it
Prevents preloading units, may help with load times a little.
2016-11-17 15:40:08 -05:00

13 lines
249 B
C++

class Ikarus: Car {
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};
class Ikarus_TK_CIV_EP1: Ikarus_base {
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};