예제 #1
0
 /**
  * Sets the hangman game's word choice mode.
  *
  * @param mode The Mode
  */
 private void setWord(Mode mode) {
   word = Mode.getWord(mode, dict, length);
 }