mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:02:55 +08:00
Reword some comments.
This commit is contained in:
parent
352de22590
commit
269c1a5e5c
@ -56,12 +56,12 @@ namespace osu.Game.Screens.Select
|
||||
protected virtual bool ShowFooter => true;
|
||||
|
||||
/// <summary>
|
||||
/// Can be null if <see cref="ShowFooter"/> == false
|
||||
/// Can be null if <see cref="ShowFooter"/> is false.
|
||||
/// </summary>
|
||||
protected readonly BeatmapOptionsOverlay BeatmapOptions;
|
||||
|
||||
/// <summary>
|
||||
/// Can be null if <see cref="ShowFooter"/> == false
|
||||
/// Can be null if <see cref="ShowFooter"/> is false.
|
||||
/// </summary>
|
||||
protected readonly Footer Footer;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user