using System.Collections; using System.Collections.Generic; using UnityEngine; namespace TRInventoryUpdatable { public class BodyPickableItem : MonoBehaviour, IPickable { public string bodyPartNameID; public void Pickup() { //switch (switch_on) //{ // default: // break; //} } } }