1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 19:57:47 +08:00

Adjust various class naming and add some xmldoc

This commit is contained in:
Dean Herbert
2023-09-12 17:15:16 +09:00
Unverified
parent 3da30485b2
commit 7e3652284d
6 changed files with 16 additions and 12 deletions
@@ -32,7 +32,7 @@ namespace osu.Game.Tests.Visual.UserInterface
private Container content = null!;
protected override Container<Drawable> Content => content;
private ModEffectPreviewPanel panel = null!;
private BeatmapAttributesDisplay panel = null!;
[BackgroundDependencyLoader]
private void load()
@@ -53,7 +53,7 @@ namespace osu.Game.Tests.Visual.UserInterface
OsuModDifficultyAdjust difficultyAdjust = new OsuModDifficultyAdjust();
OsuModDoubleTime doubleTime = new OsuModDoubleTime();
AddStep("create display", () => Child = panel = new ModEffectPreviewPanel
AddStep("create display", () => Child = panel = new BeatmapAttributesDisplay
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,