Fix invalid value

This commit is contained in:
smoogipoo 2018-12-14 21:21:02 +09:00
parent 9726eea0d0
commit 983a45c4d8
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class RoomScore
public int TotalScore { get; set; }
[JsonProperty("pp")]
public double PP { get; set; }
public double? PP { get; set; }
[JsonProperty("attempts")]
public int TotalAttempts { get; set; }