mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 11:07:25 +08:00
Make TriggerAction
public
This commit is contained in:
parent
fc7ad96fcd
commit
af55585dc8
@ -73,7 +73,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
|
||||
public LocalisableString TooltipText { get; }
|
||||
|
||||
internal void TriggerAction()
|
||||
public void TriggerAction()
|
||||
{
|
||||
Circle.FlashColour(Colours.GrayF, 300);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user