示例#1
0
 public void Draw(GameTime gameTime)
 {
     DrawStrategy.Draw(gameTime, this, _world);
 }