thinking through types
This commit is contained in:
parent
3accd5c6d2
commit
320c06c880
@ -5,5 +5,6 @@ public class MatchCard
|
|||||||
public Guid Id { get; set; }
|
public Guid Id { get; set; }
|
||||||
public Match Match { get; set; }
|
public Match Match { get; set; }
|
||||||
public Card Card { get; set; }
|
public Card Card { get; set; }
|
||||||
public int Order { get; set; }
|
public int PositionX { get; set; }
|
||||||
|
public int PositionY { get; set; }
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user