namespace UniVerse.Domain.Entities; public class LevelThreshold { public int Level { get; set; } public int RequiredXp { get; set; } }