10 lines
169 B
C#
10 lines
169 B
C#
|
namespace LOC.Core.GameServer
|
|||
|
{
|
|||
|
public class ServerStatus
|
|||
|
{
|
|||
|
public int ServerStatusId { get; set; }
|
|||
|
|
|||
|
public string Name { get; set; }
|
|||
|
}
|
|||
|
}
|