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

6 lines
198 B
C++

class ItemGasmask2_DZE : ItemCore {
scope = public;
picture = "\dayz_epoch_c\icons\tools\ItemGasmask2.paa";
displayName = $STR_EQUIP_GAS_MASK2;
descriptionShort = $STR_EQUIP_GAS_MASK2_DESC;
};