mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Formatting
This commit is contained in:
@ -16,7 +16,7 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
private const float transition_duration = 500;
|
||||
|
||||
private Container content;
|
||||
private readonly Container content;
|
||||
protected override Container<Drawable> Content => content;
|
||||
|
||||
public readonly Container Details; //todo: replace with a real details view when added
|
||||
|
Reference in New Issue
Block a user