1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:02:53 +08:00

Add xmldoc

This commit is contained in:
Dean Herbert 2019-12-06 12:17:41 +09:00
parent 28400aa865
commit 9f4c8db395

View File

@ -335,6 +335,9 @@ namespace osu.Game.Rulesets.Edit
/// </summary>
public abstract IEnumerable<DrawableHitObject> HitObjects { get; }
/// <summary>
/// An editor-specific beatmap, exposing mutation events.
/// </summary>
public IEditorBeatmap EditorBeatmap { get; protected set; }
/// <summary>