Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
ILoadableContentSetter.cs
Go to the documentation of this file.
1 using Terraria.ModLoader;
2 
3 namespace Loot.Api.Content
4 {
11  internal interface ILoadableContentSetter
12  {
13  Mod Mod { set; }
14  uint Type { set; }
15  }
16 }