mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 11:50:15 +08:00
Change access modifier public -> internal
This commit is contained in:
@@ -15,7 +15,7 @@ namespace osu.Game.Tournament.IO
|
||||
internal class TournamentStorage : WrappedStorage
|
||||
{
|
||||
private readonly GameHost host;
|
||||
public readonly TournamentVideoStorage VideoStorage;
|
||||
internal readonly TournamentVideoStorage VideoStorage;
|
||||
private const string default_tournament = "default";
|
||||
|
||||
public TournamentStorage(GameHost host)
|
||||
|
||||
Reference in New Issue
Block a user