A simple plugin for Hearthstone Deck Tracker to illustrate some basic functionality and how to get started. A text box in the center of the screen displays the names of the cards currently in the players hand.
- Double clicking
PluginExample.sln
will open the project in Visual Studio. - First thing to do is add a reference to the location of your Hearthstone Deck Tracker executable
and then set that references Copy Local property to false.
- You should then be able to build the plugin successfully.
- Go to your
PluginExample\bin\Release
folder and copyPluginExample.dll
andcard.png
to the Hearthstone Deck Tracker Plugins folder.