Exemplo n.º 1
0
 public GameObject Get(int id)
 {
     return(_pool.Get(id));
 }
Exemplo n.º 2
0
 public GameObject Get(string id)
 {
     return(_pool.Get(id));
 }