mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 08:22:56 +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;
|
protected virtual bool ShowFooter => true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Can be null if <see cref="ShowFooter"/> == false
|
/// Can be null if <see cref="ShowFooter"/> is false.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected readonly BeatmapOptionsOverlay BeatmapOptions;
|
protected readonly BeatmapOptionsOverlay BeatmapOptions;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Can be null if <see cref="ShowFooter"/> == false
|
/// Can be null if <see cref="ShowFooter"/> is false.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected readonly Footer Footer;
|
protected readonly Footer Footer;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user