Client sending a GUID to the server.
Inheritance: SagaLib.Packet
コード例 #1
0
ファイル: LoginSession.cs プロジェクト: xxlio109/Saga
 public void OnSendIdentify(Packets.Login.Get.SendIdentify p)
 {
     Logger.ShowInfo("Got Send Identify packet from login server");
     this.SessionID = p.GetSessionID();
     this.SetHeader(true);
     //this.Client.OnLoginSendIdentify();
 }
コード例 #2
0
 public void OnSendIdentify(Packets.Login.Get.SendIdentify p)
 {
     Logger.ShowInfo("Got Send Identify packet from login server", null);
     this.Client.OnLoginSendIdentify();
 }