#tao

Results 1 comments of #tao

void Start () { string url = "http://192.168.199.128:5500"; client = new Client(url); ...... } change to string url = "http://192.168.199.128:5500"; client = new Client(url); void Start () { ...... }