mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
9 lines
No EOL
119 B
C#
9 lines
No EOL
119 B
C#
namespace MinecraftClient.Inventory;
|
|
|
|
public enum ItemRarity : int
|
|
{
|
|
Common = 0,
|
|
Uncommon,
|
|
Rare,
|
|
Epic
|
|
} |