public void Draw(SpriteBatch spriteBatch) { State.Draw(spriteBatch, Location); }
public void Draw(SpriteBatch spriteBatch, Vector2 location) { state.Draw(spriteBatch, location); }
public void Draw(SpriteBatch spriteBatch, Color color) { state.Draw(spriteBatch, position); }