mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Rename all remaining cases
This commit is contained in:
@ -16,7 +16,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
public int PlayCount { get; set; }
|
||||
|
||||
[JsonProperty]
|
||||
private BeatmapInfo beatmap { get; set; }
|
||||
private BeatmapInfo beatmapInfo { get; set; }
|
||||
|
||||
[JsonProperty]
|
||||
private APIBeatmapSet beatmapSet { get; set; }
|
||||
@ -24,9 +24,9 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
public BeatmapInfo GetBeatmapInfo(RulesetStore rulesets)
|
||||
{
|
||||
BeatmapSetInfo setInfo = beatmapSet.ToBeatmapSet(rulesets);
|
||||
beatmap.BeatmapSet = setInfo;
|
||||
beatmap.Metadata = setInfo.Metadata;
|
||||
return beatmap;
|
||||
beatmapInfo.BeatmapSet = setInfo;
|
||||
beatmapInfo.Metadata = setInfo.Metadata;
|
||||
return beatmapInfo;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user