using UnityEngine; [System.Serializable] public class DataContent { public string name; public int quantity; public int judgment;// 判断 }