mirror of
https://github.com/CommonLoon102/NBloodServerSupervisor.git
synced 2025-03-10 08:20:41 +01:00
13 lines
204 B
C#
13 lines
204 B
C#
![]() |
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace Model
|
|||
|
{
|
|||
|
[Serializable]
|
|||
|
public class StateResponse
|
|||
|
{
|
|||
|
public IList<Server> Servers { get; set; }
|
|||
|
}
|
|||
|
}
|