namespace LOC.Website.Common { using System.Collections.Generic; using Core.Model.Server.GameServer.Dominate.Stats; public class DominateStatsDisplay { public List MostPoints { get; set; } public List MostKills { get; set; } public List MostAssists { get; set; } public List MostDeaths { get; set; } } }