Merge branch 'master' into realm-key-binding-store

This commit is contained in:
Dean Herbert
2021-04-22 12:13:23 +09:00
471 changed files with 19021 additions and 2945 deletions

View File

@ -22,7 +22,6 @@ namespace osu.Game.IO.Serialization
/// <summary>
/// Creates the default <see cref="JsonSerializerSettings"/> that should be used for all <see cref="IJsonSerializable"/>s.
/// </summary>
/// <returns></returns>
public static JsonSerializerSettings CreateGlobalSettings() => new JsonSerializerSettings
{
ReferenceLoopHandling = ReferenceLoopHandling.Ignore,