8 lines
No EOL
165 B
C#
8 lines
No EOL
165 B
C#
using WingsEmu.Packets.Enums;
|
|
|
|
namespace WingsEmu.Game.Items;
|
|
|
|
public interface IDropRarityConfigurationProvider
|
|
{
|
|
sbyte GetRandomRarity(ItemType itemType);
|
|
} |