We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde2200 commit c8ac1e3Copy full SHA for c8ac1e3
1 file changed
Assets/Others/Script/SupportPhoneStat.cs
@@ -64,7 +64,7 @@ IEnumerator ReportEnterScene()
64
{
65
Debug.Log(www.downloadHandler.text);
66
}
67
- GetSupportedStat((rsp) => { if (rsp != null) { Debug.Log(JsonConvert.SerializeObject(rsp)); } });
+ //GetSupportedStat((rsp) => { if (rsp != null) { Debug.Log(JsonConvert.SerializeObject(rsp)); } });
68
69
70
public static void GetSupportedStat(OnResponse onRsp)
0 commit comments