able to create a match

This commit is contained in:
Ryan Peters
2023-04-07 15:02:25 -04:00
parent f581786ec5
commit a809e0db76
6 changed files with 3300 additions and 41 deletions

View File

@ -7,5 +7,6 @@ public class DeckCard
public Match Match { get; set; }
public Guid CardId { get; set; }
public Card Card { get; set; }
public bool Dealt { get; set; }
public int Order { get; set; }
}