Exemple #1
0
 public CapturedPieceBox(ChessPiece chessPiece)
 {
     ChessPiece = chessPiece;
 }
Exemple #2
0
 public Box(Position position, ChessPiece chessPiece = null)
 {
     Position = position;
     Piece    = chessPiece;
 }