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:
parent
7675c679db
commit
5e4e150330
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user