mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 01:08:12 +08:00
Make method protected
This commit is contained in:
committed by
GitHub
Unverified
parent
59e03fa528
commit
e3317b5145
@@ -59,7 +59,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
private OsuInputManager osuActionInputManager;
|
||||
internal OsuInputManager OsuActionInputManager => osuActionInputManager ?? (osuActionInputManager = GetContainingInputManager() as OsuInputManager);
|
||||
|
||||
public void Shake()
|
||||
protected void Shake()
|
||||
{
|
||||
const int shake_amount = 8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user