mirror of
https://github.com/ppy/osu
synced 2025-01-24 23:03:14 +00:00
Recursively retrieve files
This commit is contained in:
parent
690b41b1e9
commit
aa81397df4
@ -37,7 +37,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public string StoryboardFile => Files.FirstOrDefault(f => f.Filename.EndsWith(".osb"))?.Filename;
|
||||
|
||||
[ManyToMany(typeof(BeatmapSetFileInfo))]
|
||||
[ManyToMany(typeof(BeatmapSetFileInfo), CascadeOperations = CascadeOperation.CascadeRead)]
|
||||
public List<FileInfo> Files { get; set; }
|
||||
|
||||
public bool Protected { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user