Ejemplo n.º 1
0
 public void showUI(string title, string content, string others = "")
 {
     InfoUI.gameObject.SetActive(true);
     InfoUI.setInfo(title, content, others);
 }