mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
19 lines
315 B
C#
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,
|
|
}
|
|
}
|