mirror of
https://github.com/ppy/osu.git
synced 2025-03-11 02:17:19 +08:00
Mark Action
as init
only
This commit is contained in:
parent
3a0464299a
commit
151101be70
@ -70,7 +70,7 @@ namespace osu.Game.Screens.SelectV2
|
||||
public readonly BindableBool Active = new BindableBool();
|
||||
public readonly BindableBool KeyboardActive = new BindableBool();
|
||||
|
||||
public Action? Action;
|
||||
public Action? Action { get; init; }
|
||||
|
||||
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user