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