mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Use normal Action
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user