IRpgEncountersApi
Interface
Members
2
ExploreAsync
method
Explores a pool (the default when poolSlug is null) and resolves the picked encounter, or null.ValueTask<RpgEncounterOutcome> ExploreAsync(string twitchUserId, string poolSlug = default, CancellationToken cancellationToken = default)FightAsync
method
Resolves the named encounter for the viewer (built-in or graph-routed), or null on failure.ValueTask<RpgEncounterOutcome> FightAsync(string twitchUserId, string encounterSlug, CancellationToken cancellationToken = default)
