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