mirror of
https://github.com/osukey/osukey.git
synced 2025-05-19 04:27:35 +09:00
Separate combined fields
This commit is contained in:
parent
0fe64d1e80
commit
89644a652e
@ -58,7 +58,10 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private Box blackBoxLeft = null!, blackBoxRight = null!;
|
private Box blackBoxLeft = null!, blackBoxRight = null!;
|
||||||
|
|
||||||
private Drawable panelLeft = null!, panelRight = null!, bgPanelLeft = null!, bgPanelRight = null!;
|
private Drawable panelLeft = null!;
|
||||||
|
private Drawable panelRight = null!;
|
||||||
|
private Drawable bgPanelLeft = null!;
|
||||||
|
private Drawable bgPanelRight = null!;
|
||||||
|
|
||||||
private readonly Beatmap<OsuHitObject> beatmap;
|
private readonly Beatmap<OsuHitObject> beatmap;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user