18 lines
315 B
C#
18 lines
315 B
C#
using UnityEngine;
|
|
using AlicizaX.UI.Runtime;
|
|
namespace Game.UI
|
|
{
|
|
[UIRes(ui_UIGameLaunchWindow.ResTag, EUIResLoadType.Resources)]
|
|
public class ui_UIGameLaunchWindow : UIHolderObjectBase
|
|
{
|
|
public const string ResTag = "UI/Window/UIGameLaunchWindow";
|
|
#region Generated by Script Tool
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
}
|
|
}
|