mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
11 lines
272 B
C++
11 lines
272 B
C++
Matchbox[] =
|
|
{
|
|
{Loot_WEAPON, 1, ItemMatchbox},
|
|
{Loot_WEAPON, 1, Item5Matchbox},
|
|
{Loot_WEAPON, 1, Item4Matchbox},
|
|
{Loot_WEAPON, 1, Item3Matchbox},
|
|
{Loot_WEAPON, 1, Item2Matchbox},
|
|
{Loot_WEAPON, 1, Item1Matchbox},
|
|
{Loot_WEAPON, 1, ItemMatchboxEmpty}
|
|
};
|