namespace NetServer.MongoDB.DBData; public class PlayerHero { public int heroId { get; set; } public int heroLevel{ get; set; } }