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:
@@ -0,0 +1,7 @@
|
||||
namespace Moonlight.Shared.Http.Responses.ClientPlugins;
|
||||
|
||||
public class ClientPluginsResponse
|
||||
{
|
||||
public string[] Dlls { get; set; }
|
||||
public string CacheKey { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user