Mineplex2018-withcommit/Website/LOC.Core/Model/Server/ServerStatus.cs
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -07:00

10 lines
169 B
C#

namespace LOC.Core.GameServer
{
public class ServerStatus
{
public int ServerStatusId { get; set; }
public string Name { get; set; }
}
}