Make method protected

This commit is contained in:
Dan Balasescu 2018-06-29 17:31:13 +09:00 committed by GitHub
parent 59e03fa528
commit e3317b5145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public override void ApplyTransformsAt(double time, bool propagateChildren = fal
private OsuInputManager osuActionInputManager;
internal OsuInputManager OsuActionInputManager => osuActionInputManager ?? (osuActionInputManager = GetContainingInputManager() as OsuInputManager);
public void Shake()
protected void Shake()
{
const int shake_amount = 8;