mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Introduce new storage class and manager
This commit is contained in:
@ -27,9 +27,9 @@ namespace osu.Game.Tournament.Components
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(TournamentStorage storage)
|
||||
private void load(NewTournamentStorage storage)
|
||||
{
|
||||
var stream = storage.GetStream($@"videos/{filename}");
|
||||
var stream = storage.VideoStorage.GetStream($@"{filename}");
|
||||
|
||||
if (stream != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user