guodong 3 жил өмнө
parent
commit
08b91f8ea9

+ 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;
 	}
 }