예제 #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);
     }
 }