1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 17:53:21 +08:00

Add xmldoc comment

This commit is contained in:
timiimit 2023-05-15 07:35:09 +02:00
parent cb8d5f459f
commit 83ceb3457f

View File

@ -60,6 +60,9 @@ namespace osu.Game.Online.Rooms
{
}
/// <summary>
/// This constructor should only be used for test purposes.
/// </summary>
public MultiplayerPlaylistItem(PlaylistItem item)
{
ID = item.ID;