mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Replace custom delegates by generic delegates.
This commit is contained in:
@ -118,7 +118,7 @@ namespace osu.Game.GameModes
|
||||
Colour = colour ?? Color4.White;
|
||||
}
|
||||
|
||||
internal event VoidDelegate Activated;
|
||||
internal event Action Activated;
|
||||
|
||||
protected override bool OnClick(InputState state)
|
||||
{
|
||||
|
Reference in New Issue
Block a user