示例#1
0
 public static GameObject Spawn(GameObject prefab)
 {
     return(mPoolManager.Spawn(prefab));
 }