1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 19:53:23 +08:00

public -> protected

This commit is contained in:
Dean Herbert 2017-07-01 07:09:26 -07:00 committed by GitHub
parent f3f3952ba5
commit 043c7756f7

View File

@ -11,7 +11,7 @@ namespace osu.Game.Graphics.Containers
{
public class OsuClickableContainer : ClickableContainer
{
public SampleChannel SampleClick, SampleHover;
protected SampleChannel SampleClick, SampleHover;
[BackgroundDependencyLoader]
private void load(AudioManager audio)