mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
8 lines
282 B
C++
8 lines
282 B
C++
class equip_weapon_rails: CA_Magazine {
|
|
scope = public;
|
|
count = 1;
|
|
displayName = $STR_ITEM_NAME_equip_weapon_rails;
|
|
descriptionShort = $STR_ITEM_DESC_equip_weapon_rails;
|
|
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa";
|
|
type = 256;
|
|
}; |