Exemplo n.º 1
0
 public void Draw(SpriteBatch spriteBatch, Vector2 location, Color color)
 {
     state.Draw(spriteBatch, location, color);
 }