示例#1
0
 public override void Draw(SpriteBatch spriteBatch, GameTime gameTime)
 {
     cManager.Draw(spriteBatch, gameTime);
     base.Draw(spriteBatch, gameTime);
 }