示例#1
0
 public GameObject Get(int id)
 {
     return(_pool.Get(id));
 }
示例#2
0
 public GameObject Get(string id)
 {
     return(_pool.Get(id));
 }