using System.Collections; using System.Collections.Generic; using UnityEngine; public class DressLabel { public static string Dress_ske = "Dress_ske"; public static List dressNames = new List { "上衣14", "下衣14", "头发14(粉色)", "装饰14", }; }