26 lines
695 B
C#
26 lines
695 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Terraria.Enums.ItemRarityColor
|
|
// Assembly: Terraria, Version=1.4.0.5, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 67F9E73E-0A81-4937-A22C-5515CD405A83
|
|
// Assembly location: C:\Users\mikeyisbaeyt\Downloads\depotdownloader-2.4.5\depots\105601\6707058\Terraria.exe
|
|
|
|
namespace Terraria.Enums
|
|
{
|
|
public enum ItemRarityColor
|
|
{
|
|
AmberMinus11 = -11, // 0xFFFFFFF5
|
|
TrashMinus1 = -1, // 0xFFFFFFFF
|
|
White0 = 0,
|
|
Blue1 = 1,
|
|
Green2 = 2,
|
|
Orange3 = 3,
|
|
LightRed4 = 4,
|
|
Pink5 = 5,
|
|
LightPurple6 = 6,
|
|
Lime7 = 7,
|
|
Yellow8 = 8,
|
|
Cyan9 = 9,
|
|
StrongRed10 = 10, // 0x0000000A
|
|
Purple11 = 11, // 0x0000000B
|
|
}
|
|
}
|