mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 01:37:31 +08: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…
x
Reference in New Issue
Block a user