1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 12:23:04 +08:00

Expose notification main content for external use

This commit is contained in:
Dean Herbert
2025-12-17 14:28:08 +09:00
Unverified
parent 734c6f933d
commit 07817dce70
@@ -76,7 +76,7 @@ namespace osu.Game.Overlays.Notifications
protected override Container<Drawable> Content => content;
protected Container MainContent;
public Container MainContent;
private readonly DragContainer dragContainer;