1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user