using System.Collections.Generic; using UnityEngine; namespace CC { [System.Serializable] public class CC_Apparel_Material_Collection { public string Label; public List MaterialDefinitions = new List(); public Sprite Icon; } }