Files
Servers/MoonlightServers.DaemonShared/Http/Responses/Statistics/StatisticsHostResponse.cs

6 lines
155 B
C#

namespace MoonlightServers.DaemonShared.Http.Responses.Statistics;
public class StatisticsHostResponse
{
public string OperatingSystem { get; set; }
}