Ejemplo n.º 1
0
 protected void Update()
 {
     if (gameState == GameState.Playing || gameState == GameState.Setup)
     {
         brickManager.UpdateLoop();
     }
 }