Esempio n. 1
0
 public void AddToActiveList(ChessPiece chessPiece)
 {
 }
Esempio n. 2
0
 public void SwitchPieceToActive(ChessPiece chessPiece)
 {
     activeChessPieces.Add(chessPiece);
     nonActiveChessPieces.Remove(chessPiece);
 }