mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
9 lines
204 B
C++
9 lines
204 B
C++
class TT650_Base;
|
|
class TT650_Ins: TT650_Base {
|
|
crew = "";
|
|
faction = "INS";
|
|
hiddenselectionstextures[] = {"\ca\wheeled3\tt650\data\Yam650_skin1_CO.paa"};
|
|
scope = 2;
|
|
side = 0;
|
|
typicalcargo[] = {};
|
|
}; |