mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Update all EF based models to implement new read only interfaces
This commit is contained in:
@ -7,7 +7,7 @@ using osu.Game.IO;
|
||||
|
||||
namespace osu.Game.Beatmaps
|
||||
{
|
||||
public class BeatmapSetFileInfo : INamedFileInfo, IHasPrimaryKey
|
||||
public class BeatmapSetFileInfo : INamedFileInfo, IHasPrimaryKey, INamedFileUsage
|
||||
{
|
||||
public int ID { get; set; }
|
||||
|
||||
@ -19,5 +19,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
[Required]
|
||||
public string Filename { get; set; }
|
||||
|
||||
public IFileInfo File => FileInfo;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user