CurrencyAlertClassic/CurrencyAlert/DataModels/CurrencyName.cs

28 lines
442 B
C#

namespace CurrencyAlert.DataModels;
public enum CurrencyName
{
StormSeal,
SerpentSeals,
FlameSeals,
WolfMarks,
TrophyCrystals,
AlliedSeals,
CenturioSeals,
SackOfNuts,
BicolorGemstones,
Poetics,
NonLimitedTomestone,
LimitedTomestone,
WhiteCrafterScripts,
WhiteGatherersScripts,
PurpleCrafterScripts,
PurpleGatherersScripts,
SkybuildersScripts,
}