using System.Collections; using System.Collections.Generic; using UnityEngine; /******************************************************************************* *Create By CG *Function 创建用来存储装备背包里面的数据 *******************************************************************************/ namespace ZXK.ZPS { public class EquipmentDataObj : ScriptableObject { } }