public void UseConsumable(Consumable consumable) { // if error here somehow player chose consumable that doesnt exist Consumables.Remove(consumable); this.Heal(consumable.Use()); }