Beispiel #1
0
 public GameObject LoadUI(string path, Transform parent)
 {
     return(loadUI.LoadUI(path, parent));
 }