mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
10 lines
175 B
C#
10 lines
175 B
C#
namespace NadekoBot.Core.Modules.Gambling.Common.Waifu
|
|
{
|
|
public enum WaifuClaimResult
|
|
{
|
|
Success,
|
|
NotEnoughFunds,
|
|
InsufficientAmount
|
|
}
|
|
}
|