Tweak plugin init, fix issue in mod config

This commit is contained in:
John Gross
2017-06-17 13:06:21 -07:00
parent 2723973673
commit e36f54a55b
10 changed files with 48 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ namespace Torch.API.Plugins
{
/// <summary>
/// Used by the server's WPF interface to load custom plugin controls.
/// Do not instantiate your plugin control outside of this method! It will throw an exception.
/// You must instantiate your plugin's control object here, otherwise it will not be owned by the correct thread for WPF.
/// </summary>
UserControl GetControl();
}