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:
parent
5c3880d712
commit
801e39a543
@ -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>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user