Files
nadekobot/src/NadekoBot/Modules/Xp/BuyResult.cs

11 lines
189 B
C#

namespace NadekoBot.Modules.Xp.Services;
public enum BuyResult
{
Success,
XpShopDisabled,
AlreadyOwned,
InsufficientFunds,
UnknownItem,
InsufficientPatronTier,
}