Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
DoNotLoadAttribute.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Loot.Api.Attributes
4 {
9  [AttributeUsage(AttributeTargets.Class)]
10  internal sealed class DoNotLoadAttribute : Attribute
11  {
12  }
13 }