Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
ModifierRarityContent.cs
Go to the documentation of this file.
1 using Loot.Api.Content;
2 using Loot.Api.Core;
3 
4 namespace Loot.Content
5 {
9  public sealed class ModifierRarityContent : LoadableContentBase<ModifierRarity>
10  {
11  internal override void Load()
12  {
13  AddContent(NullModifierRarity.INSTANCE, Loot.Instance);
14  }
15  }
16 }
static NullModifierRarity INSTANCE
This class holds all loaded ModifierRarity content
This class is used for Content holders in the Content namespace As a modder you should not use this c...
Defines a "Null" rarity which represents no rarity safely Cannot be rolled normally ...