score -> ScoreProcessor.

This commit is contained in:
smoogipooo 2017-03-17 02:00:58 +09:00
parent fe11f328e6
commit d5ec7f15d4
1 changed files with 1 additions and 1 deletions

View File

@ -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;