7 lines
155 B
C#
7 lines
155 B
C#
namespace Moonlight.ApiServer.Models;
|
|
|
|
public class PluginMeta
|
|
{
|
|
public PluginManifest Manifest { get; set; }
|
|
public string Path { get; set; }
|
|
} |