JudgementInfo -> Judgement.

There is no case where we use the term "Judgement" without the suffix, so deemed it unnecessary.
This commit is contained in:
Dean Herbert
2017-03-23 19:00:18 +09:00
parent 93915ba527
commit 2cb801317d
35 changed files with 79 additions and 80 deletions

View File

@ -143,7 +143,7 @@ namespace osu.Game.Modes.UI
/// <typeparam name="TJudgement">The type of Judgement of DrawableHitObjects contained by this HitRenderer.</typeparam>
public abstract class HitRenderer<TObject, TJudgement> : HitRenderer<TObject>
where TObject : HitObject
where TJudgement : JudgementInfo
where TJudgement : Judgement
{
public event Action<TJudgement> OnJudgement;