Exemple #1
0
 internal async Task <ClanOfficerListResponse_t?> RequestClanOfficerList(SteamId steamIDClan)
 {
     return(await ClanOfficerListResponse_t.GetResultAsync(_RequestClanOfficerList( Self, steamIDClan )));
 }
	void OnClanOfficerListResponse(ClanOfficerListResponse_t pCallback, bool bIOFailure) {
		Debug.Log("[" + ClanOfficerListResponse_t.k_iCallback + " - ClanOfficerListResponse] - " + pCallback.m_steamIDClan + " -- " + pCallback.m_cOfficers + " -- " + pCallback.m_bSuccess);
	}