AlicizaX/Client/Assets/Scripts/Hotfix/GameLogic/UITestCardWidget.cs

11 lines
135 B
C#
Raw Normal View History

2025-04-28 19:45:45 +08:00
using AlicizaX.UI.Runtime;
namespace GameLogic.UI
{
public class UITestCardWidget : UIWidget<ui_UITestCardWidget>
{
}
2025-09-02 16:30:55 +08:00
2025-04-28 19:45:45 +08:00
}