Removed unused calls and classes from the old plugin system
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
namespace Moonlight.ApiServer.Models;
|
||||
|
||||
public class PluginManifest
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Author { get; set; }
|
||||
public string[] Dependencies { get; set; } = [];
|
||||
|
||||
public string[] Scripts { get; set; } = [];
|
||||
public string[] Styles { get; set; } = [];
|
||||
|
||||
public Dictionary<string, string[]> Assemblies { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user