dev: started cleaning the .osu command

This commit is contained in:
Kwoth
2024-08-11 21:26:17 +00:00
parent e446c8ee8b
commit f7406ec90b
3 changed files with 95 additions and 40 deletions

View File

@@ -67,4 +67,7 @@ public class OsuUserData
[JsonProperty("pp_country_rank")]
public string PpCountryRank { get; set; }
[JsonIgnore]
public int ModeNumber { get; set; }
}