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