Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Tools/Pilotmask.hpp
2020-01-15 15:47:53 +01:00

6 lines
202 B
C++

class ItemPilotmask_DZE : ItemCore {
scope = public;
picture = "\dayz_epoch_c\icons\tools\ItemPilotmask.paa";
displayName = $STR_EQUIP_PILOT_MASK;
descriptionShort = $STR_EQUIP_PILOT_MASK_DESC;
};