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