Skip to content

Commit

Permalink
Remove the converter for the singer interface because the singer and …
Browse files Browse the repository at this point in the history
…singer state are stored into the different list, so there's no need to distinguish type.
  • Loading branch information
andy840119 committed Sep 25, 2024
1 parent a142f87 commit dec8977
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 117 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ public static JsonSerializerSettings CreateGlobalSettings()
{
var globalSetting = JsonSerializableExtensions.CreateGlobalSettings();

// karaoke beatmap.
globalSetting.Converters.Add(new SingerConverter());

// hit-object
globalSetting.Converters.Add(new CultureInfoConverter());
globalSetting.Converters.Add(new ElementIdConverter());
Expand Down

0 comments on commit dec8977

Please sign in to comment.