Can I get the number of gold in Hearthstone using c# API ?
Such as get the number of Quests, we can use the follow code .
How can I get the number of gold using similar code ?
Please help me ,Thanks very much .
Such as get the number of Quests, we can use the follow code .
Code:
var quests = TritonHs.CurrentQuests;
How can I get the number of gold using similar code ?
Please help me ,Thanks very much .