Files
Servers/MoonlightServers.DaemonShared/DaemonSide/Http/Responses/Servers/ServerStatusResponse.cs

8 lines
200 B
C#

using MoonlightServers.DaemonShared.Enums;
namespace MoonlightServers.DaemonShared.DaemonSide.Http.Responses.Servers;
public class ServerStatusResponse
{
public ServerState State { get; set; }
}