瀏覽代碼

登录优化

guodong 3 年之前
父節點
當前提交
08b91f8ea9
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      GameClient/Assets/Game/HotUpdate/ETCodes/Model/App/Session/SessionComponent.cs

+ 2 - 0
GameClient/Assets/Game/HotUpdate/ETCodes/Model/App/Session/SessionComponent.cs

@@ -2,7 +2,9 @@
 {
 	public class SessionComponent: Entity, IAwake, IDestroy
 	{
+		//登录会话
 		public Session AccountSession;
+		//游戏会话
 		public Session Session;
 	}
 }