diff --git a/Lottery/Lottery.cs b/Lottery/Lottery.cs index 11f3a5a..5f68bfc 100644 --- a/Lottery/Lottery.cs +++ b/Lottery/Lottery.cs @@ -4,6 +4,7 @@ /// /// Abstract base class for lotteries. + /// Limits property must be overridden. /// internal class Lottery {