mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
8 lines
247 B
C++
8 lines
247 B
C++
class equip_note : CA_Magazine {
|
|
scope = public;
|
|
count = 1;
|
|
displayName = $STR_ITEM_NAME_equip_note;
|
|
descriptionShort = $STR_ITEM_DESC_equip_note;
|
|
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_note.paa";
|
|
type = 256;
|
|
}; |