コード例 #1
0
 public bool Connect()
 {
     return(client.Connect(nnIPAddress, nnPort));
 }
コード例 #2
0
 public bool Connect()
 {
     //bool temp = client.Connect(nnIPAddress, nnPort);
     Debug.Log("Server started");
     return(client.Connect(nnIPAddress, nnPort));
 }