Beispiel #1
0
 public void Disconnect()
 {
     this.OnDisconnect();
     Packets.Server.ClientKick p = new SagaMap.Packets.Server.ClientKick();
     p.SetSessionID(this.SessionID);
     this.netIO.SendPacket(p, this.SessionID);
 }
Beispiel #2
0
 public void Disconnect()
 {
     this.OnDisconnect();
     Packets.Server.ClientKick p = new SagaMap.Packets.Server.ClientKick();
     p.SetSessionID(this.SessionID);
     this.netIO.SendPacket(p, this.SessionID);
 }