Path: blob/master/osu.Game/Screens/OnlinePlay/DailyChallenge/DailyChallengeBeatmapAvailabilityTracker.cs
5134 views
// Copyright (c) ppy Pty Ltd <[email protected]>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Game.Online.Rooms; namespace osu.Game.Screens.OnlinePlay.DailyChallenge { public partial class DailyChallengeBeatmapAvailabilityTracker : OnlinePlayBeatmapAvailabilityTracker { public DailyChallengeBeatmapAvailabilityTracker(PlaylistItem item) { PlaylistItem.Value = item; } } }