Add handler for PointsEarnedDuringSession overflow

This commit is contained in:
Archangel
2025-10-13 16:27:21 +02:00
parent 6d65e68e29
commit 4cf3279f97
2 changed files with 50 additions and 0 deletions
@@ -425,6 +425,7 @@ public record MasterySkill
public record CommonSkill
{
[JsonConverter(typeof(SafeDoubleConverter))]
public double PointsEarnedDuringSession { get; set; }
public long LastAccess { get; set; }