예제 #1
0
파일: Word.cs 프로젝트: TurbotFish/Voices
 public void TypeLetter()
 {
     typeIndex ++;
     display.HighlightWord(0,typeIndex);
 }