Ejemplo n.º 1
0
 public void OnPing(Packets.Client.CSMG_PING p)
 {
     Packets.Server.SSMG_PONG p1 = new SagaLogin.Packets.Server.SSMG_PONG();
     this.netIO.SendPacket(p1);
 }
Ejemplo n.º 2
0
 public void OnPing(Packets.Client.CSMG_PING p)
 {
     Packets.Server.SSMG_PONG p1 = new SagaLogin.Packets.Server.SSMG_PONG();
     this.netIO.SendPacket(p1);
 }