public void RefillBombs(int refill) { bombsManager.AddFuture(refill); bombsManager.AddPast(refill); }