public void Draw(SpriteBatch spriteBatch) { currentState.Draw(spriteBatch); linkInventory.Draw(spriteBatch); }
//Draws the player public void Draw(SpriteBatch spriteBatch) { state.Draw(spriteBatch, color); }