New stuff (#99)

* rain control

* blackjack double payout fix. minor display fixes
This commit is contained in:
CrackmaticSoftware
2026-03-14 21:59:34 +01:00
committed by GitHub
parent 75addfb185
commit af7b5e027b
2 changed files with 82 additions and 68 deletions

View File

@@ -23,7 +23,7 @@ public class BlackjackGameMetaModel
/// <summary>
/// Whether each hand has doubled down (can only hit once more)
/// </summary>
public required List<bool> HasDoubledDown { get; set; }
public required bool HasDoubledDown { get; set; }
/// <summary>
/// Current hand being played (for split hands)