mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 16:13:20 +08:00
Make nested class private
This commit is contained in:
parent
3077d398ef
commit
112496204d
@ -103,7 +103,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
return (snappedPosition, snappedTime);
|
||||
}
|
||||
|
||||
public class Ring : CircularProgress
|
||||
private class Ring : CircularProgress
|
||||
{
|
||||
[Resolved]
|
||||
private IDistanceSnapProvider snapProvider { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user