Ejemplo n.º 1
0
 public override void HandleInput(GameTime gameTime, InputState input)
 {
     if (gameplayScreen != null)
     {
         gameplayScreen.HandleInput(gameTime, input);
     }
 }