Files
Moonlight/Moonlight.Shared/Http/Responses/ClientPlugins/ClientPluginsResponse.cs
Masu Baumgartner d92f996169 Started adding module service
I will probably change the api paths and a lot of other stuff i wrote today tomorrow :|
2024-11-10 22:06:19 +01:00

7 lines
176 B
C#

namespace Moonlight.Shared.Http.Responses.ClientPlugins;
public class ClientPluginsResponse
{
public string[] Dlls { get; set; }
public string CacheKey { get; set; }
}