1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-29 12:22:54 +08:00

Use normal Action

This commit is contained in:
iiSaLMaN 2019-08-04 18:20:45 +03:00
parent 7675c679db
commit 5e4e150330

View File

@ -22,7 +22,7 @@ namespace osu.Game.Screens.Play
/// Called once an item's score has changed.
/// Useful for doing calculations on what score to show or hide next. (scrolling system)
/// </summary>
public event Action OnScoreChange;
public Action OnScoreChange;
/// <summary>
/// Whether to declare a new position for un-positioned players.