mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update all EF based models to implement new read only interfaces
This commit is contained in:
@ -6,7 +6,7 @@ using osu.Game.Database;
|
||||
|
||||
namespace osu.Game.IO
|
||||
{
|
||||
public class FileInfo : IHasPrimaryKey
|
||||
public class FileInfo : IHasPrimaryKey, IFileInfo
|
||||
{
|
||||
public int ID { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user