Client sending a GUID to the server.
Inheritance: SagaLib.Packet
Beispiel #1
0
 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();
 }
Beispiel #2
0
 public void OnSendIdentify(Packets.Login.Get.SendIdentify p)
 {
     Logger.ShowInfo("Got Send Identify packet from login server", null);
     this.Client.OnLoginSendIdentify();
 }