VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
VoK.Sdk.Plugins Namespace Reference

Classes

interface  IPlugin
 wireframe for a plugin in Dungeon Helper. Please note that implementations must have an empty constructor in order for the Dungeon Helper engine to instantiate it. This empty constructor should not assume any other data points or dependencies are available (aside from your own) when invoked. Please note - instances of your plugin will persist as long as a client is open. players may log in an out and your plugin instance will remain the same. If Dungeon Helper is stopped and restarted, plugins will stop and restart as well. More...
 
interface  IPluginUI
 interface to sit over your implementation of a user interface. More...