oval shaped wheel game (#7)

* fix dice lose print

* dice can now display rigged results

* lambchop

* removed GetRandomNext

* updated lambchop randomness to use GetRandomNumber()

* Change lambchop game timeout to 12 seconds

* lambchop quickfix

* sync

* wheel game

* new newBalance calculation
This commit is contained in:
CrackmaticSoftware
2025-12-10 17:16:58 +01:00
committed by GitHub
parent 26d2305a6c
commit 711ce75a8b
3 changed files with 248 additions and 1 deletions

View File

@@ -290,6 +290,7 @@ public enum WagerGame
Event,
[Description("Guess what number I'm thinking of")]
GuessWhatNumber,
Wheel
}
public enum GamblerState