Mineplex2018-withcommit/Website/LOC.Core/Model/Server/PvpServer/FieldOre.cs

12 lines
221 B
C#

namespace LOC.Core.Model.Server.PvpServer
{
public class FieldOre
{
public int FieldOreId { get; set; }
public string Server { get; set; }
public string Location { get; set; }
}
}