12 lines
221 B
C#
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; }
|
|
}
|
|
}
|