1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:47:25 +08:00

Add xmldoc.

This commit is contained in:
smoogipooo 2017-03-17 02:22:52 +09:00
parent 9a4af8f194
commit 88dfdf3f85

View File

@ -25,6 +25,9 @@ namespace osu.Game.Modes.UI
/// </summary>
public abstract class HitRenderer : Container
{
/// <summary>
/// Invoked when all the judgeable HitObjects have been judged.
/// </summary>
public event Action OnAllJudged;
/// <summary>