mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
change LastPressedAction to have a private setter
This commit is contained in:
@ -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).
|
||||
|
Reference in New Issue
Block a user