mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
12 lines
354 B
C++
12 lines
354 B
C++
class CfgWeapons {
|
|
class ItemWatch;
|
|
class ACE_Altimeter: ItemWatch {
|
|
ACE_hideItemType = "Watch";
|
|
|
|
author = "$STR_ACE_Common_ACETeam";
|
|
descriptionShort = "$STR_ACE_Parachute_AltimeterDescription";
|
|
displayName = "$STR_ACE_Parachute_AltimeterDisplayName";
|
|
picture = PATHTOF(UI\watch_altimeter.paa);
|
|
};
|
|
};
|