using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 材料 - 数据 /// public class DataMaterial : DataItem { /// 物品数量 public int quantity; /// 堆叠上限 public int maxStack; }