mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Add xmldoc and clean up ScoreboardTimeUtils
extension methods a touch
This commit is contained in:
@ -15,6 +15,6 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
}
|
||||
|
||||
protected override string Format()
|
||||
=> ScoreboardTimeUtils.FormatDate(Date, TimeSpan.FromHours(1));
|
||||
=> ScoreboardTimeUtils.FormatRelativeTime(Date, TimeSpan.FromHours(1));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user