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

14 lines
244 B
C#
Raw Normal View History

2013-08-27 17:14:08 +02:00
namespace LOC.Core.Model.PvpServer
{
using Sales;
public class PvpClass
{
public int PvpClassId { get; set; }
public string Name { get; set; }
public GameSalesPackage SalesPackage { get; set; }
}
}