This commit is contained in:
onyx-and-iris 2024-09-27 01:29:45 +01:00
parent 1ab125985c
commit 900fd940cf

View File

@ -2,7 +2,7 @@
{ {
/// <summary> /// <summary>
/// Base Lottery class, it accepts a Generator /// Base Lottery class, it accepts a Generator
/// SpecialIdentifier may be overriden for Lotteries with Special values. /// SpecialIdentifier may be overridden for Lotteries with Special values.
/// </summary> /// </summary>
/// <param name="Generator"></param> /// <param name="Generator"></param>
internal class Lottery(IGenerator Generator) internal class Lottery(IGenerator Generator)