]> git.deb.at Git - rhonda/impostor.git/commit
Improve PluginLoader and Enable/Disable plugins
authorAeonLucid <aeonlucid@outlook.com>
Sat, 24 Oct 2020 04:02:52 +0000 (06:02 +0200)
committerAeonLucid <aeonlucid@outlook.com>
Sat, 24 Oct 2020 04:02:52 +0000 (06:02 +0200)
commit61eeb3b5c009231583507dec6406d15378509621
tree36727046c822193227a1734486faf0e993bbc865
parentb55d09de71af591367a63fb4fd9f1b87e09e8b93
Improve PluginLoader and Enable/Disable plugins
15 files changed:
src/Impostor.Api/Plugins/IPlugin.cs
src/Impostor.Api/Plugins/IPluginStartup.cs [new file with mode: 0644]
src/Impostor.Api/Plugins/ImpostorPluginAttribute.cs [new file with mode: 0644]
src/Impostor.Api/Plugins/PluginBase.cs
src/Impostor.Plugins.Debugger/DebugPlugin.cs
src/Impostor.Plugins.Debugger/DebugPluginStartup.cs [new file with mode: 0644]
src/Impostor.Plugins.Example/ExamplePlugin.cs [new file with mode: 0644]
src/Impostor.Plugins.Example/Impostor.Plugins.Example.csproj [new file with mode: 0644]
src/Impostor.Server/Impostor.Server.csproj
src/Impostor.Server/Plugins/PluginInformation.cs [new file with mode: 0644]
src/Impostor.Server/Plugins/PluginLoader.cs
src/Impostor.Server/Plugins/PluginLoaderException.cs [new file with mode: 0644]
src/Impostor.Server/Plugins/PluginLoaderService.cs [new file with mode: 0644]
src/Impostor.Server/Program.cs
src/Impostor.sln