Files
Moonlight/Moonlight.ApiServer/Models/PluginMeta.cs
2024-11-19 16:28:25 +01:00

7 lines
155 B
C#

namespace Moonlight.ApiServer.Models;
public class PluginMeta
{
public PluginManifest Manifest { get; set; }
public string Path { get; set; }
}