mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 19:52:55 +08:00
Separate variables
This commit is contained in:
parent
2f4bf423a4
commit
50a775145c
@ -21,9 +21,11 @@ namespace osu.Game.Overlays.Profile.Header
|
|||||||
{
|
{
|
||||||
public class DetailHeaderContainer : CompositeDrawable
|
public class DetailHeaderContainer : CompositeDrawable
|
||||||
{
|
{
|
||||||
private OverlinedInfoContainer medalInfo, ppInfo;
|
|
||||||
private readonly Dictionary<ScoreRank, ScoreRankInfo> scoreRankInfos = new Dictionary<ScoreRank, ScoreRankInfo>();
|
private readonly Dictionary<ScoreRank, ScoreRankInfo> scoreRankInfos = new Dictionary<ScoreRank, ScoreRankInfo>();
|
||||||
private OverlinedInfoContainer detailGlobalRank, detailCountryRank;
|
private OverlinedInfoContainer medalInfo;
|
||||||
|
private OverlinedInfoContainer ppInfo;
|
||||||
|
private OverlinedInfoContainer detailGlobalRank;
|
||||||
|
private OverlinedInfoContainer detailCountryRank;
|
||||||
private RankGraph rankGraph;
|
private RankGraph rankGraph;
|
||||||
|
|
||||||
public readonly Bindable<User> User = new Bindable<User>();
|
public readonly Bindable<User> User = new Bindable<User>();
|
||||||
|
Loading…
Reference in New Issue
Block a user