Started adding module service

I will probably change the api paths and a lot of other stuff i wrote today tomorrow :|
This commit is contained in:
Masu Baumgartner
2024-11-10 22:06:19 +01:00
parent 96bb3a5c0f
commit d92f996169
5 changed files with 177 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
namespace Moonlight.Shared.Http.Responses.ClientPlugins;
public class ClientPluginsResponse
{
public string[] Dlls { get; set; }
public string CacheKey { get; set; }
}