From 786d9986e99c30e34ba9f5669af8953398dc75e4 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Sep 2024 19:33:22 +0100 Subject: [PATCH] document Limits abstract property --- Lottery/Lottery.cs | 1 + 1 file changed, 1 insertion(+) 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 {