This commit is contained in:
2026-07-17 14:57:47 +08:00
parent 2fc0fc0418
commit c0587be3ff
9 changed files with 24 additions and 11 deletions
+4
View File
@@ -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;
}
}
}