Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
GaugeLevel.cs
Go to the documentation of this file.
1 namespace Loot.UI.Tabs.Soulforging
2 {
3  internal enum GaugeLevel
4  {
5  ZERO = 0,
6  TWENTY = 20,
7  FOURTY = 40,
8  SIXTY = 60,
9  EIGHTY = 80,
10  HUNDRED = 100
11  }
12 }