Files
MuHua-UIElements/Assets/ModuleUI/ModuleUIPanel/Inventory/UIInventoryTip.cs
T
MuHua-123 304c41775a 1
2025-10-11 17:42:17 +08:00

17 lines
287 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UIElements;
using MuHua;
/// <summary>
/// 库存提示
/// </summary>
public class UIInventoryTip : ModuleUIPanel {
public UIInventoryTip(VisualElement element) : base(element) {
}
}