Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
ILEdit.cs
Go to the documentation of this file.
1 using Loot.Api.Loaders;
2 
3 namespace Loot.ILEditing
4 {
8  internal abstract class ILEdit
9  {
10  public abstract void Apply(bool dedServ);
11  }
12 }