UIColorData.cs 239 B

12345678910111213
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. namespace MetaClient
  5. {
  6. public class UIColorData {
  7. public ECustomStyple eCustomStyple;
  8. public int id;
  9. public Vector3 v3;
  10. }
  11. }