mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 04:52:53 +08:00
Use internal
instead of protected internal
This commit is contained in:
parent
3abbf07fb3
commit
a029e418cf
@ -19,7 +19,7 @@ namespace osu.Game.Beatmaps.Formats
|
|||||||
{
|
{
|
||||||
public class LegacyBeatmapDecoder : LegacyDecoder<Beatmap>
|
public class LegacyBeatmapDecoder : LegacyDecoder<Beatmap>
|
||||||
{
|
{
|
||||||
protected internal static RulesetStore RulesetStore;
|
internal static RulesetStore RulesetStore;
|
||||||
|
|
||||||
private Beatmap beatmap;
|
private Beatmap beatmap;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user