Skip to content

SHTCGClient.ClientService.RollHistory(int)

github-actions[bot] edited this page Mar 9, 2026 · 1 revision

ClientService.RollHistory(int) Method

Get the last x rolls

public System.Threading.Tasks.Task<SHTCGClient.Models.Cards.Card[]?> RollHistory(int count);

Parameters

count System.Int32

Amount of rolls to fetch

Returns

System.Threading.Tasks.Task<Card[]>
Array of cards

Clone this wiki locally