mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 03:22:57 +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
|
||||
{
|
||||
/// <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]
|
||||
public class BeatmapOnlineLookupQueue : IDisposable
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user