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

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; }
}
}