1
0
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:
Marvin Schürz 2024-10-10 20:50:47 +02:00
parent fc7ad96fcd
commit af55585dc8

View File

@ -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);