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:
parent
e5d0f3b657
commit
9b504272e4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user