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