mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-04-17 06:15:50 -05:00
8 lines
90 B
C#
8 lines
90 B
C#
namespace TableturfBattleServer;
|
|
|
|
public enum Rarity {
|
|
Common,
|
|
Rare,
|
|
Fresh
|
|
}
|