using AlicizaX.UI.Runtime; using Game.UI; namespace Unity.Startup { [Window(UILayer.UI,false,0)] public class UIGameLaunchWindow:UIWindow { } }