namespace F4SD.Gamification { public class LevelEventArgs { public int CurrentLevel { get; set; } public string LevelTitle { get; set; } public int CurrentXp { get; set; } public int XpRequiredForLevelUp { get; set; } } }