public void DrawDebug(GameTime gameTime, SpriteBatch spriteBatch, Camera camera) { if (currentGameState != null) { currentGameState.DrawDebug(gameTime, spriteBatch, camera); } }