mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Ignore some properties
This commit is contained in:
@ -29,16 +29,16 @@ namespace osu.Game.Rulesets.Osu.Difficulty
|
||||
[JsonProperty("overall_difficulty")]
|
||||
public double OverallDifficulty { get; set; }
|
||||
|
||||
[JsonProperty("drain_rate")]
|
||||
[JsonIgnore]
|
||||
public double DrainRate { get; set; }
|
||||
|
||||
[JsonProperty("hit_circle_count")]
|
||||
[JsonIgnore]
|
||||
public int HitCircleCount { get; set; }
|
||||
|
||||
[JsonProperty("slider_count")]
|
||||
[JsonIgnore]
|
||||
public int SliderCount { get; set; }
|
||||
|
||||
[JsonProperty("spinner_count")]
|
||||
[JsonIgnore]
|
||||
public int SpinnerCount { get; set; }
|
||||
|
||||
public override IEnumerable<(int attributeId, object value)> ToDatabase()
|
||||
|
Reference in New Issue
Block a user