コード例 #1
0
ファイル: Story.cs プロジェクト: yazici/The-Agency
 public void DoTextEvent(TextEvent e)
 {
     try{
         txtMan.AddToText(e, true);
     }
     catch {
         Debug.LogError("COULD NOT PLAY " + e.name);
     }
 }