示例#1
0
 public void UpdateResponse(DiscoveryResponse _response)
 {
     response       = _response;
     ipDisplay.text = $"<b>{response.gameName}</b>\n{response.EndPoint.Address}";
 }