mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
change accessor from internal readonly to public get-only
Also changes the class accessor from internal to public
This commit is contained in:
@ -12,7 +12,7 @@ namespace osu.Game.Tournament.IO
|
||||
public class TournamentStorage : MigratableStorage
|
||||
{
|
||||
private readonly Storage storage;
|
||||
internal readonly TournamentVideoResourceStore VideoStore;
|
||||
public TournamentVideoResourceStore VideoStore { get; }
|
||||
private const string default_tournament = "default";
|
||||
|
||||
public TournamentStorage(Storage storage)
|
||||
|
Reference in New Issue
Block a user