mirror of
https://github.com/ppy/osu
synced 2024-12-16 11:56:31 +00:00
Add comment about optional database parameter.
This commit is contained in:
parent
9074bc3396
commit
c828b1bc7b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user