mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 12:32:56 +08:00
Add xmldoc explaining what the multiplayer beatmap tracker is for
This commit is contained in:
parent
5a64abee64
commit
63b4c529a6
@ -9,6 +9,12 @@ using osu.Game.Beatmaps;
|
||||
|
||||
namespace osu.Game.Online.Rooms
|
||||
{
|
||||
/// <summary>
|
||||
/// Represent a checksum-verifying beatmap availability tracker usable for online play screens.
|
||||
///
|
||||
/// This differs from a regular download tracking composite as this accounts for the
|
||||
/// databased beatmap set's checksum, to disallow from playing with an altered version of the beatmap.
|
||||
/// </summary>
|
||||
public class MultiplayerBeatmapTracker : DownloadTrackingComposite<BeatmapSetInfo, BeatmapManager>
|
||||
{
|
||||
public readonly IBindable<PlaylistItem> SelectedItem = new Bindable<PlaylistItem>();
|
||||
|
Loading…
Reference in New Issue
Block a user