mirror of
https://github.com/osukey/osukey.git
synced 2025-05-04 21:27:22 +09:00
Make method protected
This commit is contained in:
parent
59e03fa528
commit
e3317b5145
@ -59,7 +59,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
private OsuInputManager osuActionInputManager;
|
private OsuInputManager osuActionInputManager;
|
||||||
internal OsuInputManager OsuActionInputManager => osuActionInputManager ?? (osuActionInputManager = GetContainingInputManager() as OsuInputManager);
|
internal OsuInputManager OsuActionInputManager => osuActionInputManager ?? (osuActionInputManager = GetContainingInputManager() as OsuInputManager);
|
||||||
|
|
||||||
public void Shake()
|
protected void Shake()
|
||||||
{
|
{
|
||||||
const int shake_amount = 8;
|
const int shake_amount = 8;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user