mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:03:11 +08:00
expose hitObectArea in Column
This commit is contained in:
parent
0e49bf127b
commit
06ed5316c4
@ -33,7 +33,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
|||||||
|
|
||||||
public readonly Bindable<ManiaAction> Action = new Bindable<ManiaAction>();
|
public readonly Bindable<ManiaAction> Action = new Bindable<ManiaAction>();
|
||||||
|
|
||||||
private readonly ColumnHitObjectArea hitObjectArea;
|
public readonly ColumnHitObjectArea hitObjectArea;
|
||||||
|
|
||||||
internal readonly Container TopLevelContainer;
|
internal readonly Container TopLevelContainer;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user