Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
DelegationPrioritization.cs
Go to the documentation of this file.
1 namespace Loot.Api.Attributes
2 {
7  {
11  Early,
12 
16  Late
17  }
18 }
DelegationPrioritization
Specify when you want your delegation to happen in the chain
Specify that you want your delegation to happen late in the chain
Specify that you want your delegation to happen early in the chain