예제 #1
0
 public async ValueTask <BungieResponse <DestinyPostGameCarnageReportData> > GetPostGameCarnageReport(
     long activityId,
     CancellationToken token = default)
 {
     return(await _apiAccess.GetPostGameCarnageReport(activityId, token));
 }