From 80a70278d34d536018ce40b1beb20d9a12b6b211 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 22 Jul 2026 18:27:11 +0100 Subject: [PATCH] upd KindOfLottery enum --- Lottery/KindOfLottery.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Lottery/KindOfLottery.cs b/Lottery/KindOfLottery.cs index f2cd386..8801e7b 100644 --- a/Lottery/KindOfLottery.cs +++ b/Lottery/KindOfLottery.cs @@ -9,5 +9,6 @@ Euro, SetForLife, Thunderball, + Powerball, } }