1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Tenatively mark leaderboard class as LongRunningLoad until final integration

This commit is contained in:
Dean Herbert 2020-12-17 15:48:53 +09:00
parent 41d8b84bd7
commit de9c21e7d1

View File

@ -12,6 +12,7 @@ using osu.Game.Rulesets.Scoring;
namespace osu.Game.Screens.Play.HUD
{
[LongRunningLoad]
public class MultiplayerGameplayLeaderboard : GameplayLeaderboard
{
private readonly ScoreProcessor scoreProcessor;