Example #1
0
 public static void DisplayText(string str)
 {
     Debug.Log(str);
     infoPanel.EditText(str);
 }