9 lines
211 B
C#
9 lines
211 B
C#
using Moonlight.ApiServer;
|
|
using Moonlight.ApiServer.Runtime;
|
|
|
|
var startup = new Startup();
|
|
|
|
var pluginLoader = new PluginLoader();
|
|
pluginLoader.Initialize();
|
|
|
|
await startup.Run(args, pluginLoader.Instances); |