using UnityEngine;
public class PCCostumeSetting : MonoBehaviour
{
[Header("Root Bone, 기본은 Root_M")]
public Transform Root_M;
public Transform Hair_Root;
public Transform Knee_L;
}