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

This commit is contained in:
gamer147
2026-07-03 23:25:54 -04:00
parent 6eb7d51d53
commit b54e79f1fb
6 changed files with 0 additions and 20 deletions

View File

@@ -48,7 +48,6 @@ public class RealTimeNetworkAgent : MonoBehaviour
public static bool IsFromResumeData(Dictionary<string, object> data) => false;
public static void ReconnectSocketAndLogFlagOn() { }
public static bool IsNormalNetworkBattle() => false;
public object ReconnectSocket() => null;
public bool IsOpen() => false;