فهرست منبع

修复一处启动报错

大爷 1 سال پیش
والد
کامیت
ca6640942f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Unity/Assets/Scripts/Codes/HotfixView/Client/UI/UILobby/LoginFinish_CreateLobbyUI.cs

+ 1 - 1
Unity/Assets/Scripts/Codes/HotfixView/Client/UI/UILobby/LoginFinish_CreateLobbyUI.cs

@@ -4,7 +4,7 @@ using UnityEngine;
 
 namespace ET.Client
 {
-    [Event(SceneType.Client)]
+    //[Event(SceneType.None)]
     public class LoginFinish_CreateLobbyUI //: AEvent<EventType.LoginFinish>
     {
        /*protected override async ETTask Run(Scene scene, EventType.LoginFinish args)