17 lines
287 B
C#
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) {
|
|
|
|
}
|
|
|
|
}
|