9 lines
133 B
C#
9 lines
133 B
C#
using AlicizaX.UI.Runtime;
|
|
|
|
namespace GameLogic.UI
|
|
{
|
|
public class UITestCardWidget : UIWidget<ui_UITestCardWidget>
|
|
{
|
|
}
|
|
}
|