using System.Collections; using System.Collections.Generic; using UnityEngine; public class CharacterStatsDef { public string uid; public string name_key; public int type; }