예제 #1
0
파일: Board.cs 프로젝트: mariocervera/Chess
 /*
  * Clears the lists of pieces. It is used when the game is over.
  */
 public void clear()
 {
     whitePieces.clear();
     blackPieces.clear();
 }