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