예제 #1
0
 public void LoadPrefabAsyn(string path, [NotNull] Action <GameObject> action)
 {
     loadUI.LoadPrefabAsyn(path, action);
 }