Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_paper_sheet.hpp
2016-03-05 20:36:07 -05:00

8 lines
275 B
C++

class equip_paper_sheet : CA_Magazine {
scope = public;
count = 1;
displayName = $STR_ITEM_NAME_equip_paper_sheet;
descriptionShort = $STR_ITEM_DESC_equip_paper_sheet;
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_paper_sheet.paa";
type = 256;
};