Ejemplo n.º 1
0
 private void OnRetry(BinaryReader packet)
 {
     _ai.OnRetry();
     Connection.Close();
     throw new Exception("Got MSG_RETRY.");
 }