mirror of
https://github.com/ppy/osu
synced 2025-01-06 06:10:04 +00:00
change LastPressedAction to have a private setter
This commit is contained in:
parent
af03002495
commit
4d9494d3b3
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user