Files
MuHua-UIElements/Assets/ModuleCore/ModuleInventory/DataItem/DataEquipment.cs
T
MuHua-123 d940a18e13 1
2025-09-25 09:24:28 +08:00

12 lines
253 B
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// 装备 - 物品
/// </summary>
public class DataEquipment : DataItem {
/// <summary> 装备类型 (类型1/类型2 </summary>
public string type;
}