mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Naming adjustments
This commit is contained in:
@ -19,8 +19,8 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||
{
|
||||
typeof(ProfileScore),
|
||||
typeof(ProfileWeightedScore),
|
||||
typeof(DrawableProfileScore),
|
||||
typeof(DrawableProfileWeightedScore),
|
||||
typeof(ProfileItemBackground),
|
||||
};
|
||||
|
||||
@ -74,9 +74,9 @@ namespace osu.Game.Tests.Visual.Online
|
||||
Spacing = new Vector2(0, 10),
|
||||
Children = new[]
|
||||
{
|
||||
new ProfileScore(score),
|
||||
new ProfileScore(noPPScore),
|
||||
new ProfileWeightedScore(score, 0.85),
|
||||
new DrawableProfileScore(score),
|
||||
new DrawableProfileScore(noPPScore),
|
||||
new DrawableProfileWeightedScore(score, 0.85),
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user