Exemplo n.º 1
0
 public void ReturnToPool(PoolObject <T> poolObj)
 {
     poolObj.Disable();
     _objects.Push(poolObj);
 }