protected void Update() { if (gameState == GameState.Playing || gameState == GameState.Setup) { brickManager.UpdateLoop(); } }