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; + } } }