Example #1
0
 /// <summary>
 /// If we don't have the anchor already, call this to download the anchor.
 /// </summary>
 public void WaitForAnchor()
 {
     networkTransmitter.RequestAndGetData();
 }
Example #2
0
 /// <summary>
 /// If we don't have the anchor already, call this to download the anchor.
 /// </summary>
 public void WaitForAnchor()
 {
     DownloadingAnchor = true;
     networkTransmitter.RequestAndGetData();
 }