增加接受sim卡方法

This commit is contained in:
2026-07-17 11:51:58 +08:00
parent 25f3b9e1ab
commit 968b2e5095
+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;
}
}
}