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

9 lines
306 B
C++

class equip_metal_rod : CA_Magazine {
scope = public;
count = 1;
displayName = $STR_ITEM_NAME_equip_metal_rod;
descriptionShort = $STR_ITEM_DESC_equip_metal_rod;
//model = "z\addons\dayz_communityassets\models\xxxx.p3d";
//picture = "\z\addons\dayz_communityassets\pictures\xxxx.paa";
type = 256;
};