Example #1
0
 public void OnConnected()
 {
     if (Protocol != Protocols.N2)
     {
         mClientV2.ReqVersion();
     }
 }