diff --git a/Entities/MatchCard.cs b/Entities/MatchCard.cs index e861b3f..bcb1004 100644 --- a/Entities/MatchCard.cs +++ b/Entities/MatchCard.cs @@ -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; } } \ No newline at end of file