thinking through types

This commit is contained in:
Ryan Peters 2023-04-05 06:36:31 -04:00
parent 3accd5c6d2
commit 320c06c880

View File

@ -5,5 +5,6 @@ public class MatchCard
public Guid Id { get; set; }
public Match Match { get; set; }
public Card Card { get; set; }
public int Order { get; set; }
public int PositionX { get; set; }
public int PositionY { get; set; }
}