Esempio n. 1
0
 /** @return a string of castling possibilities or a dash. */
 public String getCastling() {
   return castling.toString();
 }