Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
GuiTabState.cs
Go to the documentation of this file.
1 namespace Loot.UI
2 {
3  internal enum GuiTabState
4  {
5  CUBING,
6  ESSENCE,
7  SOULFORGE,
8  }
9 }