6 lines
166 B
C#
6 lines
166 B
C#
namespace MoonlightServers.DaemonShared.DaemonSide.Http.Responses.Statistics;
|
|
|
|
public class StatisticsHostResponse
|
|
{
|
|
public string OperatingSystem { get; set; }
|
|
} |