Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
TestRarity.cs
Go to the documentation of this file.
1 using Loot.Core;
2 using Microsoft.Xna.Framework;
3 
4 namespace LootTests.TestRarities
5 {
6  public class TestRarity : ModifierRarity
7  {
8  public override float RequiredRarityLevel => 1f;
9  public override Microsoft.Xna.Framework.Color Color => Color.White;
10  }
11 }