コード例 #1
0
ファイル: Word.cs プロジェクト: TurbotFish/Voices
 public void TypeLetter()
 {
     typeIndex ++;
     display.HighlightWord(0,typeIndex);
 }