Ejemplo n.º 1
0
 protected override void Format68Handler(LoginClient client, ClientFormat68 format)
 {
     client.Send(new ServerFormat66());
 }
Ejemplo n.º 2
0
 protected virtual void Format68Handler(TClient client, ClientFormat68 format)
 {
 }