Lottery/Lottery/KindOfLottery.cs
onyx-and-iris 1ab125985c add Lottery hierarchy.
Each lottery now has a generator.
2024-09-27 01:26:28 +01:00

14 lines
179 B
C#

namespace Lottery
{
/// <summary>
///
/// </summary>
enum KindOfLottery : int
{
Uk,
Euro,
SetForLife,
Thunderball,
}
}