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