mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Apply newline additions
This commit is contained in:
@ -65,6 +65,7 @@ namespace osu.Game.IO.Serialization.Converters
|
||||
|
||||
var lookupTable = new List<string>();
|
||||
var objects = new List<JObject>();
|
||||
|
||||
foreach (var item in list)
|
||||
{
|
||||
var type = item.GetType();
|
||||
@ -75,6 +76,7 @@ namespace osu.Game.IO.Serialization.Converters
|
||||
typeString += $", {assemblyName.Version}";
|
||||
|
||||
int typeId = lookupTable.IndexOf(typeString);
|
||||
|
||||
if (typeId == -1)
|
||||
{
|
||||
lookupTable.Add(typeString);
|
||||
|
Reference in New Issue
Block a user