using System.Collections; using System.Collections.Generic; using UnityEngine; using InfallibleCode; public class BodyPartKeyAdditional : MonoBehaviour { public string bodyPartAttachPivotName; [HideInInspector] public BodyPartJointHole bodyPartJointHoleOfThisBodyPart; }