Files
nadekobot/src/NadekoBot/Modules/Gambling/Common/Waifu/AffinityTitle.cs

17 lines
224 B
C#

#nullable disable
namespace NadekoBot.Modules.Gambling.Common.Waifu;
public enum AffinityTitle
{
Pure,
Faithful,
Playful,
Cheater,
Tainted,
Corrupted,
Lewd,
Sloot,
Depraved,
Harlot
}