Exemple #1
0
 internal async Task <ClanOfficerListResponse_t?> RequestClanOfficerList(SteamId steamIDClan)
 {
     return(await ClanOfficerListResponse_t.GetResultAsync(_RequestClanOfficerList( Self, steamIDClan )));
 }