1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 16:12:54 +08:00

Change access modifier public -> internal

This commit is contained in:
Shivam 2020-06-11 14:09:21 +02:00
parent a317b85fd8
commit 5d49b709b9

View File

@ -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)