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