예제 #1
0
 public void RecylePillar(Pillar _pillar)
 {
     run_pool.Remove(_pillar);
     recyle_pool.Enqueue(_pillar);
     _pillar.Recyle();
 }