able to create a match
This commit is contained in:
@ -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; }
|
||||
}
|
Reference in New Issue
Block a user