Refactored project to module structure
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using System.Reflection;
|
||||
using System.Text.Json.Serialization;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using SimplePlugin.Abstractions;
|
||||
|
||||
namespace Moonlight.Api;
|
||||
@@ -13,7 +11,7 @@ public abstract class MoonlightPlugin : IPluginModule
|
||||
{
|
||||
Plugins = plugins;
|
||||
}
|
||||
|
||||
|
||||
public virtual void PreBuild(WebApplicationBuilder builder)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user