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

6 lines
198 B
C++

class ItemGasmask1_DZE : ItemCore {
scope = public;
picture = "\dayz_epoch_c\icons\tools\ItemGasmask1.paa";
displayName = $STR_EQUIP_GAS_MASK1;
descriptionShort = $STR_EQUIP_GAS_MASK1_DESC;
};