mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 19:50:22 +08:00
Add comment about optional database parameter.
This commit is contained in:
@@ -32,6 +32,7 @@ namespace osu.Game.GameModes.Play
|
||||
private ScrollContainer scrollContainer;
|
||||
private FlowContainer setList;
|
||||
|
||||
/// <param name="database">Optionally provide a database to use instead of the OsuGame one.</param>
|
||||
public PlaySongSelect(BeatmapDatabase database = null)
|
||||
{
|
||||
this.database = database;
|
||||
|
||||
Reference in New Issue
Block a user