VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
void VoK.Sdk.Ddo.IDdoPlugin.Initialize | ( | IDdoGameDataProvider | gameDataProvider, |
string | folder | ||
) |
called when Dungeon Helper is ready to start providing data to your plugin. you should save the reference to IDdoDataProvider for later use, and estabilish your event hooks on the event bus. the reference to the event bus will not be valid after this method has finished.