Fixed accidentally building the board from player2 perspective.
This commit is contained in:
@@ -4,11 +4,6 @@
|
||||
{
|
||||
public WhichPiece WhichPiece { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// True if this piece is controlled by you.
|
||||
/// </summary>
|
||||
public bool IsControlledByMe { get; set; }
|
||||
|
||||
public bool IsPromoted { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user