using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class BonesName : MonoBehaviour { public List<string> bones = new List<string>(); public string rootBones; //public DressType type; // Start is called before the first frame update void Start() { } // Update is called once per frame void Update() { } } //public enum DressType //{ // ��ɫ = 1, // ͷ�� = 2, // ���� = 3, // üë = 4, // �۾� = 5, // ���� = 6, // ��� = 7, // ���� = 8, // ��� = 9, // ��װ = 10, // ��װ = 11, // Ь�� = 12, // ���� = 13, // ���� = 14, // ���� = 15, // ���� = 16, // ��װ = 17, //}