using System.Collections; using System.Collections.Generic; using UnityEngine; namespace MetaClient { public class UIColorData { public ECustomStyple eCustomStyple; public int id; public Vector3 v3; } }