mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 12:32:03 -04:00
Did some refactoring with blackjack and probably have completely broken it
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
|
||||
public class BlackjackGameMetaModel
|
||||
{
|
||||
/// <summary>
|
||||
/// The wager ID associated with this game
|
||||
/// </summary>
|
||||
public required int WagerId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Player's hand
|
||||
/// </summary>
|
||||
@@ -22,11 +17,6 @@ public class BlackjackGameMetaModel
|
||||
/// </summary>
|
||||
public required List<Card> Deck { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// When the game was started
|
||||
/// </summary>
|
||||
public required DateTimeOffset GameStarted { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether player has doubled down (can only hit once more)
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user