AlicizaX/Client/Assets/Scripts/Hotfix/GameLogic/UITestCardWidget.cs
2025-04-28 19:45:45 +08:00

9 lines
133 B
C#

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