1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Improve xmldoc for PlacementObject

This commit is contained in:
Dean Herbert 2020-02-08 11:35:27 +09:00
parent 5c3880d712
commit 801e39a543

View File

@ -39,7 +39,7 @@ namespace osu.Game.Screens.Edit
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>();