mirror of
https://github.com/osukey/osukey.git
synced 2025-05-18 20:17:23 +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>
|
||||
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user