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 . Code: var quests = TritonHs.CurrentQuests; How can I get the number of gold using similar code ? Please help me ,Thanks very much .
Being able to know your current gold is not supported due to the way the game works (i.e., when in game, how can a player check their own gold?). If you'd like to know your current gold out of game, I can get that added pretty soon!