Refactored plugin loading. Added project settings for packing
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Moonlight.Client;
|
||||
using MoonlightServers.Frontend.Startup;
|
||||
|
||||
// Development Client Startup
|
||||
|
||||
@@ -11,5 +12,5 @@ using Moonlight.Client;
|
||||
var startup = new Startup();
|
||||
|
||||
await startup.Run(args, [
|
||||
typeof(Program).Assembly
|
||||
new PluginStartup()
|
||||
]);
|
||||
Reference in New Issue
Block a user