1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:02:53 +08:00

change LastPressedAction to have a private setter

This commit is contained in:
James 2022-07-13 14:42:45 +01:00
parent af03002495
commit 4d9494d3b3

View File

@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Osu.Mods
private DrawableRuleset<OsuHitObject> ruleset = null!;
protected OsuAction? LastActionPressed;
protected OsuAction? LastActionPressed { get; private set; }
/// <summary>
/// A tracker for periods where alternate should not be forced (i.e. non-gameplay periods).