mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
11 lines
189 B
C#
11 lines
189 B
C#
namespace NadekoBot.Modules.Xp.Services;
|
|
|
|
public enum BuyResult
|
|
{
|
|
Success,
|
|
XpShopDisabled,
|
|
AlreadyOwned,
|
|
InsufficientFunds,
|
|
UnknownItem,
|
|
InsufficientPatronTier,
|
|
} |