mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Add required properties to make realm models backwards compatible
This commit is contained in:
@ -31,5 +31,15 @@ namespace osu.Game.Models
|
||||
}
|
||||
|
||||
IFileInfo INamedFileUsage.File => File;
|
||||
|
||||
#region Compatibility properties
|
||||
|
||||
public RealmFile FileInfo
|
||||
{
|
||||
get => File;
|
||||
set => File = value;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user