mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
public -> protected
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user