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