public void Update(Game game) { healthBar.Update(game); energyBar.Update(game, energyBar); animationsUI.Update(game); round.Update(game); if (animationsUI._ready._start == true) { gameTimer.UpdateTimer(game); } }