Files
nadekobot/NadekoBot.Core/Modules/Gambling/Common/Waifu/ClaimTitle.cs
2021-09-06 21:29:22 +02:00

19 lines
315 B
C#

namespace NadekoBot.Core.Modules.Gambling.Common.Waifu
{
public enum ClaimTitle
{
Lonely,
Devoted,
Rookie,
Schemer,
Dilettante,
Intermediate,
Seducer,
Expert,
Veteran,
Incubis,
Harem_King,
Harem_God,
}
}