mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
CA1052: make type static.
This commit is contained in:
@ -192,7 +192,7 @@ namespace osu.Game.IO.Legacy
|
||||
}
|
||||
}
|
||||
|
||||
public class DynamicDeserializer
|
||||
public static class DynamicDeserializer
|
||||
{
|
||||
private static VersionConfigToNamespaceAssemblyObjectBinder versionBinder;
|
||||
private static BinaryFormatter formatter;
|
||||
|
Reference in New Issue
Block a user