mirror of https://github.com/ppy/osu
Improve xmldoc for PlacementObject
This commit is contained in:
parent
5c3880d712
commit
801e39a543
|
@ -39,7 +39,7 @@ public class EditorBeatmap : Component, IBeatmap, IBeatSnapProvider
|
|||
public readonly BindableList<HitObject> SelectedHitObjects = new BindableList<HitObject>();
|
||||
|
||||
/// <summary>
|
||||
/// The current placement
|
||||
/// The current placement. Null if there's no active placement.
|
||||
/// </summary>
|
||||
public readonly Bindable<HitObject> PlacementObject = new Bindable<HitObject>();
|
||||
|
||||
|
|
Loading…
Reference in New Issue