mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
8 lines
250 B
C++
8 lines
250 B
C++
class equip_part_camo : CA_Magazine {
|
|
scope = 2;
|
|
count = 1;
|
|
displayName = $STR_ITEM_NAME_equip_part_camo;
|
|
descriptionShort = $STR_ITEM_DESC_equip_part_camo;
|
|
picture = "\z\addons\dayz_communityassets\textures\equip_part_camo.paa";
|
|
type = 256;
|
|
}; |