mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Serialise and send ruleset ID as part of score submission
This commit is contained in:
@ -46,7 +46,7 @@ namespace osu.Game.Scoring
|
|||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public int Combo { get; set; } // Todo: Shouldn't exist in here
|
public int Combo { get; set; } // Todo: Shouldn't exist in here
|
||||||
|
|
||||||
[JsonIgnore]
|
[JsonProperty("ruleset_id")]
|
||||||
public int RulesetID { get; set; }
|
public int RulesetID { get; set; }
|
||||||
|
|
||||||
[JsonProperty("passed")]
|
[JsonProperty("passed")]
|
||||||
|
Reference in New Issue
Block a user