AlicizaX/Client/Assets/Scripts/Hotfix/GameLogic/UITestCardWidget.cs
2025-09-02 16:30:55 +08:00

11 lines
135 B
C#

using AlicizaX.UI.Runtime;
namespace GameLogic.UI
{
public class UITestCardWidget : UIWidget<ui_UITestCardWidget>
{
}
}