cull(engine-cleanup): pass-9 cascade round 1 after DialogBase stub
This commit is contained in:
@@ -289,29 +289,6 @@ public class NetworkManager : MonoBehaviour, IManager
|
||||
}
|
||||
}
|
||||
|
||||
public IEnumerator Retry()
|
||||
{
|
||||
if (lastRequestTask == null)
|
||||
{
|
||||
|
||||
yield break;
|
||||
}
|
||||
if (connectCoroutine != null)
|
||||
{
|
||||
StopConnectCoroutine();
|
||||
}
|
||||
connectCoroutine = Connect(showErrorDialog: true);
|
||||
yield return StartCoroutine(connectCoroutine);
|
||||
}
|
||||
|
||||
public void GoToStore()
|
||||
{
|
||||
lastRequestTask.GotoStore();
|
||||
|
||||
ClearLastRequestTask();
|
||||
|
||||
}
|
||||
|
||||
private void disposeUnityWebRequest(UnityWebRequest unityWebRequest)
|
||||
{
|
||||
unityWebRequest.Dispose();
|
||||
|
||||
@@ -25,6 +25,4 @@ public class Toolbox
|
||||
|
||||
|
||||
public static DebugManager DebugManager;
|
||||
|
||||
public static Mutex mute;
|
||||
}
|
||||
|
||||
@@ -110,15 +110,6 @@ public class WebViewManager : MonoBehaviour
|
||||
}
|
||||
}
|
||||
|
||||
public bool CanGoBack()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public void GoBack()
|
||||
{
|
||||
}
|
||||
|
||||
public void SetCallback(Action<string> cb)
|
||||
{
|
||||
Callback = cb;
|
||||
|
||||
Reference in New Issue
Block a user