mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08: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="CA1040" Action="None" />
|
||||||
<Rule Id="CA1044" Action="None" />
|
<Rule Id="CA1044" Action="None" />
|
||||||
<Rule Id="CA1051" Action="None" />
|
<Rule Id="CA1051" Action="None" />
|
||||||
<Rule Id="CA1052" Action="None" />
|
|
||||||
<Rule Id="CA1054" Action="None" />
|
<Rule Id="CA1054" Action="None" />
|
||||||
<Rule Id="CA1056" Action="None" />
|
<Rule Id="CA1056" Action="None" />
|
||||||
<Rule Id="CA1062" 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 VersionConfigToNamespaceAssemblyObjectBinder versionBinder;
|
||||||
private static BinaryFormatter formatter;
|
private static BinaryFormatter formatter;
|
||||||
|
Loading…
Reference in New Issue
Block a user