예제 #1
0
 // When the correct letter is typed
 public void TypeLetter()
 {
     typeIndex++;    // Adds one to the index of the letter of the word
     display.AddLetter(word, typeIndex);
 }