Add comment about optional database parameter.

This commit is contained in:
Dean Herbert 2016-10-27 17:53:47 +09:00
parent 9074bc3396
commit c828b1bc7b

View File

@ -32,6 +32,7 @@ namespace osu.Game.GameModes.Play
private ScrollContainer scrollContainer; private ScrollContainer scrollContainer;
private FlowContainer setList; private FlowContainer setList;
/// <param name="database">Optionally provide a database to use instead of the OsuGame one.</param>
public PlaySongSelect(BeatmapDatabase database = null) public PlaySongSelect(BeatmapDatabase database = null)
{ {
this.database = database; this.database = database;