
ROUNDS
You are viewing a potentially older version of this package. View Latest Version
RarityLib
A utility library for adding custom rarities to the game.Add new Raritys in your mods Awake function by using: RarityUtils.AddRarity([RarityName], [Relitive Rarity (Common is 1, Rare is 0.1)], [Color when selected], [Color when not sected]);
Get a rartiy by using: RarityUtils.GetRarity([RarityName]);