Replace custom delegates by generic delegates.

This commit is contained in:
Huo Yaoyuan
2016-08-31 23:15:17 +08:00
parent 43d8dd8cf5
commit 6826391b7a
2 changed files with 5 additions and 5 deletions

View File

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