mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Make ctor protected
This commit is contained in:
@ -32,7 +32,7 @@ namespace osu.Game.Overlays.Comments.Buttons
|
||||
private readonly Box background;
|
||||
private readonly OsuSpriteText text;
|
||||
|
||||
public CommentRepliesButton()
|
||||
protected CommentRepliesButton()
|
||||
{
|
||||
AutoSizeAxes = Axes.Both;
|
||||
Margin = new MarginPadding
|
||||
|
Reference in New Issue
Block a user