mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Make button text a property
This commit is contained in:
@ -5,6 +5,9 @@ namespace osu.Game.Overlays.Comments.Buttons
|
||||
{
|
||||
public class LoadRepliesButton : CommentRepliesButton
|
||||
{
|
||||
protected override string GetText() => "load replies";
|
||||
public LoadRepliesButton()
|
||||
{
|
||||
Text = "load replies";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user