Files
MuHua-UIElements/Assets/ModuleCore/ModuleEquipment/Runtime/EquipmentConst/EquipmentConst.cs
T
MuHua-123 a18bea561a 1
2025-09-29 17:58:53 +08:00

11 lines
189 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// 装备 - 物品常量
/// </summary>
public class EquipmentConst : InventoryItemConst {
}