cull(engine-cleanup): pass-9 cascade round 2 after DialogBase stub

This commit is contained in:
gamer147
2026-07-03 23:24:59 -04:00
parent 4e3bb6f88f
commit 6eb7d51d53
8 changed files with 0 additions and 43 deletions

View File

@@ -293,17 +293,4 @@ public class NetworkManager : MonoBehaviour, IManager
{
unityWebRequest.Dispose();
}
public void StopConnectCoroutine()
{
if (connectCoroutine != null)
{
if (RealTimeNetworkAgent.IsNormalNetworkBattle())
{
LocalLog.AccumulateLastTraceLog("NetworkManager_StopConnectCoroutine " + StackTraceUtility.ExtractStackTrace());
}
StopCoroutine(connectCoroutine);
isConnect = false;
}
}
}