mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Underscore + lowercase all keys
This commit is contained in:
@ -30,7 +30,8 @@ namespace osu.Game.IO.Serialization
|
||||
Formatting = Formatting.Indented,
|
||||
ObjectCreationHandling = ObjectCreationHandling.Replace,
|
||||
DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate,
|
||||
Converters = new JsonConverter[] { new Vector2Converter() }
|
||||
Converters = new JsonConverter[] { new Vector2Converter() },
|
||||
ContractResolver = new KeyContractResolver()
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user