mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
11 lines
212 B
C++
11 lines
212 B
C++
class 3rnd_Anzio_20x102mm: CA_Magazine
|
|
{
|
|
displayName = $STR_DZ_MAG_3RND_20x102mm_ANZIO_NAME;
|
|
descriptionShort = $STR_DZ_MAG_3RND_20x102mm_ANZIO_DESC;
|
|
sound[] = {};
|
|
|
|
class ItemActions
|
|
{
|
|
COMBINE_MAG
|
|
};
|
|
}; |