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

6 lines
178 B
C++

class ItemAPSI_DZE : ItemCore {
scope = public;
displayName = $STR_EQUIP_APSI;
picture = "\dayz_epoch_c\icons\tools\ItemAPSI.paa";
descriptionShort = $STR_EQUIP_APSI_DESC;
};