This commit is contained in:
陈向学 2024-07-30 09:46:19 +08:00
parent e9dfdbceba
commit 4b780ceb48
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ public class CallForTest : MonoBehaviour
if (!string.IsNullOrEmpty(config_value)) if (!string.IsNullOrEmpty(config_value))
{ {
//10.75.4.72
ServerIP = config_value.Replace("config_value=", ""); ServerIP = config_value.Replace("config_value=", "");
Debug.Log("启动参数服务器:" + ServerIP); Debug.Log("启动参数服务器:" + ServerIP);
} }