mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
11 lines
188 B
C++
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;
|
|
};
|
|
}; |