Redirect more methods to interface implementations

This commit is contained in:
Dean Herbert
2021-10-01 17:31:27 +09:00
parent 9dae92e78c
commit d6618a99a3
3 changed files with 8 additions and 48 deletions

View File

@ -61,7 +61,7 @@ namespace osu.Game.Beatmaps
public string Hash { get; set; }
public string StoryboardFile => Files.Find(f => f.Filename.EndsWith(".osb", StringComparison.OrdinalIgnoreCase))?.Filename;
public string StoryboardFile => ((IBeatmapSetInfo)this).StoryboardFile;
/// <summary>
/// Returns the storage path for the file in this beatmapset with the given filename, if any exists, otherwise null.