12 lines
186 B
C#
12 lines
186 B
C#
using AlicizaX.UI.Runtime;
|
|
using Game.UI;
|
|
|
|
namespace Unity.Startup
|
|
{
|
|
[Window(UILayer.UI,false,-1)]
|
|
public class UIGameLaunchWindow:UIWindow<ui_UIGameLaunchWindow>
|
|
{
|
|
|
|
}
|
|
}
|