[Fix] Refactor project
This commit is contained in:
@@ -2,9 +2,9 @@ namespace YachtDice.Modifiers.Core
|
||||
{
|
||||
public enum ModifierRarity
|
||||
{
|
||||
Common,
|
||||
Uncommon,
|
||||
Rare,
|
||||
Epic,
|
||||
Common = 1,
|
||||
Uncommon = 2,
|
||||
Rare = 3,
|
||||
Epic = 4,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user