mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Replace compatibility properties with direct references
This commit is contained in:
@ -31,15 +31,5 @@ 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