Exemplo n.º 1
0
 public void Draw(SpriteBatch spriteBatch)
 {
     currentState.Draw(spriteBatch);
     linkInventory.Draw(spriteBatch);
 }
Exemplo n.º 2
0
 //Draws the player
 public void Draw(SpriteBatch spriteBatch)
 {
     state.Draw(spriteBatch, color);
 }