mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Thx to Tecumseh for the idea. Big thanks to Marseille77 for creating those rusty textures.
5 lines
258 B
C++
5 lines
258 B
C++
class T72_INS;
|
|
class T72_RUST: T72_INS {
|
|
displayName = "$STR_VEH_NAME_T72_RUST";
|
|
hiddenSelectionsTextures[] = {"\dayz_epoch_c\skins\t72\T72_1_wrecked_co.paa","\dayz_epoch_c\skins\t72\T72_2_wrecked_co.paa","\dayz_epoch_c\skins\t72\T72_3_wrecked_co.paa"};
|
|
}; |