コード例 #1
0
 private void Say(string dialog)
 {
     currSpoken = dialog;
     output.Say(currSpoken);
 }