mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
7 lines
257 B
C++
7 lines
257 B
C++
class ItemGPSBroken_DZE : ItemCore {
|
|
scope = public;
|
|
displayName = $STR_EQUIP_BROKEN_GPS;
|
|
model = "z\addons\dayz_communityassets\models\gps.p3d";
|
|
picture = "\dayz_epoch_c\icons\tools\ItemGPSBroken.paa";
|
|
descriptionShort = $STR_EQUIP_BROKEN_GPS_DESC;
|
|
}; |