コード例 #1
0
 private async void RequestData()
 {
     OnReceiveData(await gameNetwork.GetText(config.Url, networkCancellationToken));
 }