摘要:
using UnityEngine; using System.Collections; public class Test_Ping : MonoBehaviour { public string IP = "220.181.111.86"; Ping ping; float delayTime; void Start(){ SendPing (); } void OnGU... 阅读全文
posted @ 2017-09-23 23:36
任雪松
阅读(2812)
评论(0)
推荐(0)