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

7 lines
252 B
C++

class ItemSolder_DZE : ItemCore {
scope = public;
displayName = $STR_EQUIP_SOLDER;
model = "\nst\ns_dayz\items\solder\solder_dzn.p3d";
picture = "\nst\ns_dayz\items\solder\data\icon_solder_dzn_ca.paa";
descriptionShort = $STR_EQUIP_SOLDER_DESC;
};