mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 05:32:54 +08:00
Add basic component level xmldoc
This commit is contained in:
parent
6ffd9fdcfa
commit
8a6501fa58
@ -21,6 +21,13 @@ using SharpCompress.Compressors.BZip2;
|
|||||||
|
|
||||||
namespace osu.Game.Beatmaps
|
namespace osu.Game.Beatmaps
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// A component which handles population of online IDs for beatmaps using a two part lookup procedure.
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// On creating the component, a copy of a database containing metadata for a large subset of beatmaps (stored to <see cref="cache_database_name"/>).
|
||||||
|
/// This will always be checked before doing a second online query to get required metadata.
|
||||||
|
/// </remarks>
|
||||||
[ExcludeFromDynamicCompile]
|
[ExcludeFromDynamicCompile]
|
||||||
public class BeatmapOnlineLookupQueue : IDisposable
|
public class BeatmapOnlineLookupQueue : IDisposable
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user