TableturfBattleApp/TableturfBattleServer/Rarity.cs
2022-10-01 16:00:50 +10:00

8 lines
90 B
C#

namespace TableturfBattleServer;
public enum Rarity {
Common,
Rare,
Fresh
}