Blackjack (#18)

* Blackjack

* idk
This commit is contained in:
CrackmaticSoftware
2026-01-03 00:12:46 +01:00
committed by GitHub
parent 77dad18e92
commit df869c6e82
4 changed files with 712 additions and 1 deletions

View File

@@ -291,7 +291,8 @@ public enum WagerGame
[Description("Guess what number I'm thinking of")]
GuessWhatNumber,
Wheel,
Slots
Slots,
Blackjack
}
public enum GamblerState