mirror of https://github.com/ppy/osu
score -> ScoreProcessor.
This commit is contained in:
parent
fe11f328e6
commit
d5ec7f15d4
|
@ -14,7 +14,7 @@ namespace osu.Game.Modes
|
|||
public abstract class ScoreProcessor
|
||||
{
|
||||
/// <summary>
|
||||
/// Invoked when the score is in a failed state.
|
||||
/// Invoked when the ScoreProcessor is in a failed state.
|
||||
/// </summary>
|
||||
public event Action Failed;
|
||||
|
||||
|
|
Loading…
Reference in New Issue