Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/Car/S1203.hpp
ebaydayz ad9a287d00 Remove unused Lada base class
Also removed some values that are already inhertied from 8429ad1
2016-11-18 12:18:13 -05:00

8 lines
173 B
C++

class S1203_TK_CIV_EP1: Car {
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};
class S1203_ambulance_EP1: S1203_TK_CIV_EP1 {};