1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 18:30:23 +08:00

Polish xmldocs

This commit is contained in:
Bartłomiej Dach
2023-05-07 19:18:59 +02:00
Unverified
parent 29ce27098d
commit c930ec97d6
3 changed files with 6 additions and 5 deletions
@@ -9,6 +9,9 @@ using osu.Game.Online.API.Requests;
namespace osu.Game.Beatmaps
{
/// <summary>
/// Performs online metadata lookups using the osu-web API.
/// </summary>
public class APIBeatmapMetadataSource : IOnlineBeatmapMetadataSource
{
private readonly IAPIProvider api;