1
0
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:
Dean Herbert 2025-02-12 19:24:30 +09:00
parent 3a0464299a
commit 151101be70
No known key found for this signature in database

View File

@ -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)
{