mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09: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