提交捏脸插件

This commit is contained in:
2025-09-18 00:07:48 +08:00
parent cde46100ff
commit aba294e510
1676 changed files with 295391 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
using System.Collections.Generic;
using UnityEngine;
namespace CC
{
[System.Serializable]
public class CC_Apparel_Material_Collection
{
public string Label;
public List<CC_Apparel_Material_Definition> MaterialDefinitions = new List<CC_Apparel_Material_Definition>();
public Sprite Icon;
}
}