mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 05:22:54 +08:00
Make ctor protected
This commit is contained in:
parent
c3524cbe57
commit
be36a4b768
@ -32,7 +32,7 @@ namespace osu.Game.Overlays.Comments.Buttons
|
|||||||
private readonly Box background;
|
private readonly Box background;
|
||||||
private readonly OsuSpriteText text;
|
private readonly OsuSpriteText text;
|
||||||
|
|
||||||
public CommentRepliesButton()
|
protected CommentRepliesButton()
|
||||||
{
|
{
|
||||||
AutoSizeAxes = Axes.Both;
|
AutoSizeAxes = Axes.Both;
|
||||||
Margin = new MarginPadding
|
Margin = new MarginPadding
|
||||||
|
Loading…
Reference in New Issue
Block a user