8 lines
191 B
C#
8 lines
191 B
C#
namespace Moonlight.App.Http.Requests.Daemon;
|
|
|
|
public class DdosStatus
|
|
{
|
|
public bool Ongoing { get; set; }
|
|
public long Data { get; set; }
|
|
public string Ip { get; set; } = "";
|
|
} |