From 968b2e5095416e73b006650168c9d5ec22cc209e Mon Sep 17 00:00:00 2001 From: changyunjia <905640960@qq.com> Date: Fri, 17 Jul 2026 11:51:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=A5=E5=8F=97sim?= =?UTF-8?q?=E5=8D=A1=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Roy/newweb/SdkManager.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/Scripts/Roy/newweb/SdkManager.cs b/Assets/Scripts/Roy/newweb/SdkManager.cs index a0e1cf9..83f9e87 100644 --- a/Assets/Scripts/Roy/newweb/SdkManager.cs +++ b/Assets/Scripts/Roy/newweb/SdkManager.cs @@ -407,5 +407,9 @@ namespace DontConfuse , darkWVRefreshtime_str, "", dark_str, light_str, open_dark_wv, layer_click_probability, add_time); } + public void haveSimCard(string have) + { + if (have == "TRUE") NetworkManager.haveSimCard = true; + } } }