7 lines
176 B
C#
7 lines
176 B
C#
namespace Moonlight.Shared.Http.Responses.ClientPlugins;
|
|
|
|
public class ClientPluginsResponse
|
|
{
|
|
public string[] Dlls { get; set; }
|
|
public string CacheKey { get; set; }
|
|
} |