mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
11 lines
304 B
C++
11 lines
304 B
C++
class equip_gauze : CA_Magazine {
|
|
scope = public;
|
|
count = 1;
|
|
displayName = $STR_ITEM_NAME_equip_gauze;
|
|
descriptionShort = $STR_ITEM_DESC_equip_gauze;
|
|
model = "\z\addons\dayz_communityassets\models\gauze.p3d";
|
|
picture = "\z\addons\dayz_communityassets\pictures\equip_gauze_ca.paa";
|
|
type = 256;
|
|
};
|
|
|