1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 05:09:57 +08:00

Add xmldoc.

This commit is contained in:
smoogipooo
2017-03-17 02:22:52 +09:00
Unverified
parent 9a4af8f194
commit 88dfdf3f85
+3
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>