Rename to TournamentStorage

This commit is contained in:
Shivam
2020-06-08 00:47:47 +02:00
parent 17cd9569ed
commit 9a20ffa8a3
3 changed files with 7 additions and 7 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Tournament.Components
}
[BackgroundDependencyLoader]
private void load(NewTournamentStorage storage)
private void load(TournamentStorage storage)
{
var stream = storage.VideoStorage.GetStream($@"{filename}");