mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 04:37:30 +09: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;
|
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 List<FileInfo> Files { get; set; }
|
||||||
|
|
||||||
public bool Protected { get; set; }
|
public bool Protected { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user