10 lines
182 B
C#
10 lines
182 B
C#
using MoonCore.PluginFramework;
|
|
using Moonlight.ApiServer.Plugins;
|
|
|
|
namespace Moonlight.ApiServer.Runtime;
|
|
|
|
[PluginLoader]
|
|
public partial class PluginLoader : IPluginStartup
|
|
{
|
|
|
|
} |