1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 14:23:02 +08:00

Make Header a property

This commit is contained in:
Andrei Zavatski 2020-09-10 20:24:43 +03:00
parent e5d0f3b657
commit 9b504272e4

View File

@ -12,7 +12,7 @@ namespace osu.Game.Overlays.Profile.Sections
private readonly string headerText;
private readonly CounterVisibilityState counterVisibilityState;
protected PaginatedContainerHeader Header;
protected PaginatedContainerHeader Header { get; private set; }
protected PaginatedContainerWithHeader(Bindable<User> user, string headerText, CounterVisibilityState counterVisibilityState, string missing = "")
: base(user, missing)