mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Provide scores directly to Player
instance rather than relying on DI
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Bindables;
|
||||
using osu.Game.Scoring;
|
||||
|
||||
namespace osu.Game.Online.Leaderboards
|
||||
{
|
||||
[Cached]
|
||||
public interface ILeaderboardScoreSource
|
||||
{
|
||||
IBindableList<ScoreInfo> Scores { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user