mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Remove JsonIgnores, require opt-in properties
This commit is contained in:
@ -9,12 +9,11 @@ using osu.Game.Rulesets.Mods;
|
||||
|
||||
namespace osu.Game.Rulesets.Difficulty
|
||||
{
|
||||
[JsonObject(MemberSerialization.OptIn)]
|
||||
public class DifficultyAttributes
|
||||
{
|
||||
[JsonIgnore]
|
||||
public Mod[] Mods { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public Skill[] Skills { get; set; }
|
||||
|
||||
[JsonProperty("star_rating", Order = -3)]
|
||||
|
Reference in New Issue
Block a user