mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Recursively retrieve files
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user