mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Implement remaining properties via implicit implementation rather than interface methods
This commit is contained in:
@ -19,9 +19,9 @@ namespace osu.Game.Beatmaps
|
||||
{
|
||||
IBeatmapInfo BeatmapInfo { get; }
|
||||
|
||||
IBeatmapSetInfo BeatmapSetInfo => BeatmapInfo.BeatmapSet;
|
||||
IBeatmapSetInfo BeatmapSetInfo { get; }
|
||||
|
||||
IBeatmapMetadataInfo Metadata => BeatmapInfo.Metadata;
|
||||
IBeatmapMetadataInfo Metadata { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether the Beatmap has finished loading.
|
||||
|
Reference in New Issue
Block a user