9 lines
200 B
C#
9 lines
200 B
C#
|
|
using UnityEngine;
|
|||
|
|
|
|||
|
|
public class PCCostumeSetting : MonoBehaviour
|
|||
|
|
{
|
|||
|
|
[Header("Root Bone, <20>⺻<EFBFBD><E2BABB> Root_M")]
|
|||
|
|
public Transform Root_M;
|
|||
|
|
public Transform Hair_Root;
|
|||
|
|
public Transform Knee_L;
|
|||
|
|
}
|