public void RecallAll()
 {
     _s1Pool.RecallAll();
     _s2Pool.RecallAll();
     _s3Pool.RecallAll();
     _pPool.RecallAll();
     _mPool.RecallAll();
     _tPool.RecallAll();
     _projectilePool.RecallAll();
 }
Exemple #2
0
 public void RecallAll()
 {
     _copterPool.RecallAll();
     _missilePool.RecallAll();
 }
 public void RecallAll()
 {
     _firstPool.RecallAll();
     _transitPool.RecallAll();
     _endPool.RecallAll();
 }
 public void RecallAll()
 {
     _meteorPool.RecallAll();
     _projPool.RecallAll();
 }
Exemple #5
0
 public void RecallAll()
 {
     _wallPool.RecallAll();
 }