mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Rename BeatmapMetrics
to APIFailTimes
This commit is contained in:
@ -216,7 +216,7 @@ namespace osu.Game.Beatmaps
|
||||
public int PassCount => OnlineInfo.PassCount;
|
||||
|
||||
[JsonIgnore]
|
||||
public BeatmapMetrics Metrics => OnlineInfo.Metrics;
|
||||
public APIFailTimes FailTimes => OnlineInfo.FailTimes;
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
Reference in New Issue
Block a user