Finish logic around placing pieces from the hand.
This commit is contained in:
@@ -17,7 +17,6 @@ public class BoardState
|
||||
playerInCheck: null,
|
||||
previousMove: new Move());
|
||||
|
||||
public delegate void ForEachDelegate(Piece element, Vector2 position);
|
||||
/// <summary>
|
||||
/// Key is position notation, such as "E4".
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user