mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 11:12:54 +08:00
Formatting
This commit is contained in:
parent
20685d51cd
commit
efd617dd34
@ -42,7 +42,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
private Container flagBadgeContainer;
|
||||
private FillFlowContainer<ScoreModIcon> modsContainer;
|
||||
|
||||
private readonly int index;
|
||||
public readonly int Index;
|
||||
public readonly Score Score;
|
||||
|
||||
private Visibility state;
|
||||
@ -115,7 +115,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
public LeaderboardScore(Score score, int i)
|
||||
{
|
||||
Score = score;
|
||||
index = i;
|
||||
Index = i;
|
||||
|
||||
RelativeSizeAxes = Axes.X;
|
||||
Height = height;
|
||||
@ -138,7 +138,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
Origin = Anchor.CentreLeft,
|
||||
Font = @"Exo2.0-MediumItalic",
|
||||
TextSize = 22,
|
||||
Text = index.ToString(),
|
||||
Text = Index.ToString(),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace osu.Game.Users
|
||||
{
|
||||
public class User
|
||||
|
Loading…
Reference in New Issue
Block a user