Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/Car/V3S_Civ.hpp
2016-02-21 13:09:16 -05:00

11 lines
188 B
C++

class V3S_Civ: V3S_Base {
crew = "";
faction = "CIV";
rarityurban = 0.3;
scope = 2;
side = 3;
typicalcargo[] = {};
class Library {
libtextdesc = $STR_EP1_LIB_V3S;
};
};