Files
nadekobot/src/NadekoBot/_common/Gambling/Betdraw/BetdrawValueGuess.cs

7 lines
102 B
C#

namespace NadekoBot.Modules.Gambling.Betdraw;
public enum BetdrawValueGuess
{
High,
Low,
}