Exemple #1
0
 public void RefillBombs(int refill)
 {
     bombsManager.AddFuture(refill);
     bombsManager.AddPast(refill);
 }