mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Refactor LoadRepliesButton to inherit LoadingButton
This commit is contained in:
@ -33,7 +33,10 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
Children = new Drawable[]
|
||||
{
|
||||
button = new TestButton(),
|
||||
new LoadRepliesButton(),
|
||||
new LoadRepliesButton
|
||||
{
|
||||
Action = () => { }
|
||||
},
|
||||
new ShowRepliesButton(1),
|
||||
new ShowRepliesButton(2)
|
||||
}
|
||||
|
Reference in New Issue
Block a user