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

@@ -139,7 +139,6 @@ namespace UnityEngine
public partial class Application
{
public static NetworkReachability internetReachability => NetworkReachability.NotReachable;
public static void OpenURL(string url) { }
}
public enum NetworkReachability { NotReachable}