mirror of
https://github.com/ppy/osu
synced 2024-12-25 16:22:23 +00:00
CA1052: make type static.
This commit is contained in:
parent
d5994ed484
commit
e46f6627e4
@ -9,7 +9,6 @@
|
||||
<Rule Id="CA1040" Action="None" />
|
||||
<Rule Id="CA1044" Action="None" />
|
||||
<Rule Id="CA1051" Action="None" />
|
||||
<Rule Id="CA1052" Action="None" />
|
||||
<Rule Id="CA1054" Action="None" />
|
||||
<Rule Id="CA1056" Action="None" />
|
||||
<Rule Id="CA1062" Action="None" />
|
||||
|
@ -192,7 +192,7 @@ namespace osu.Game.IO.Legacy
|
||||
}
|
||||
}
|
||||
|
||||
public class DynamicDeserializer
|
||||
public static class DynamicDeserializer
|
||||
{
|
||||
private static VersionConfigToNamespaceAssemblyObjectBinder versionBinder;
|
||||
private static BinaryFormatter formatter;
|
||||
|
Loading…
Reference in New Issue
Block a user