mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Tenatively mark leaderboard class as LongRunningLoad until final integration
This commit is contained in:
@ -12,6 +12,7 @@ using osu.Game.Rulesets.Scoring;
|
|||||||
|
|
||||||
namespace osu.Game.Screens.Play.HUD
|
namespace osu.Game.Screens.Play.HUD
|
||||||
{
|
{
|
||||||
|
[LongRunningLoad]
|
||||||
public class MultiplayerGameplayLeaderboard : GameplayLeaderboard
|
public class MultiplayerGameplayLeaderboard : GameplayLeaderboard
|
||||||
{
|
{
|
||||||
private readonly ScoreProcessor scoreProcessor;
|
private readonly ScoreProcessor scoreProcessor;
|
||||||
|
Reference in New Issue
Block a user