public SelectState(DrawStrategy strategy) { this.DrawStrategy = strategy; }
public void Draw(GameTime gameTime) { DrawStrategy.Draw(gameTime, this, _world); }