Exemplo n.º 1
0
 public void DoTextEvent(TextEvent e)
 {
     try{
         txtMan.AddToText(e, true);
     }
     catch {
         Debug.LogError("COULD NOT PLAY " + e.name);
     }
 }