mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
10 lines
222 B
C++
10 lines
222 B
C++
class UAZ_CDF: UAZ_Unarmed_Base {
|
|
accuracy = 0.3;
|
|
maxspeed = 190;
|
|
crew = "";
|
|
faction = "CDF";
|
|
hiddenselectionstextures[] = {"\ca\wheeled\data\Uaz_main_002_CO.paa"};
|
|
scope = public;
|
|
side = 1;
|
|
typicalcargo[] = {};
|
|
}; |