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

11 lines
344 B
C++

class equip_gauzepackaged : CA_Magazine {
scope = public;
count = 1;
displayName = $STR_ITEM_NAME_equip_gauzepackaged;
descriptionShort = $STR_ITEM_DESC_equip_gauzepackaged;
model = "\z\addons\dayz_communityassets\models\gauze_package.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_gauze_package_ca.paa";
type = 256;
};