Exemplo n.º 1
0
 public PoolObtainedRequest(PoolBehaviour <T> localPool, Transform newParent, Vector3 position)
 {
     LocalPool = localPool;
     NewParent = newParent;
     Position  = position;
 }
Exemplo n.º 2
0
 public PoolRelenquishedRequest(PoolBehaviour <T> localPool)
 {
     LocalPool = localPool;
 }