Esempio n. 1
0
 public void Draw(SpriteBatch spriteBatch)
 {
     State.Draw(spriteBatch, Location);
 }
Esempio n. 2
0
 public void Draw(SpriteBatch spriteBatch, Vector2 location)
 {
     state.Draw(spriteBatch, location);
 }
Esempio n. 3
0
 public void Draw(SpriteBatch spriteBatch, Color color)
 {
     state.Draw(spriteBatch, position);
 }