Method GetMistChampionsIndex
- Namespace
- GuildWars2.Pvp
- Assembly
- GW2SDK.dll
GetMistChampionsIndex(CancellationToken)
Retrieves the IDs of all Mist Champions.
public Task<(HashSet<string> Value, MessageContext Context)> GetMistChampionsIndex(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token to cancel the request.