mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 12:32:03 -04:00
New stuff (#99)
* rain control * blackjack double payout fix. minor display fixes
This commit is contained in:
committed by
GitHub
parent
75addfb185
commit
af7b5e027b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user