Ejemplo n.º 1
0
 public void ShowTitle(string tag, string text)
 {
     if (textDisplayer == null)
     {
         throw new Exception("No text displayer in current scene");
     }
     else
     {
         textDisplayer.DisplayTitle(tag, text);
     }
 }