Add some xmldocs

This commit is contained in:
smoogipoo
2021-06-25 18:02:53 +09:00
parent c0d2b41d4c
commit 04279e7f5c
9 changed files with 27 additions and 7 deletions

View File

@ -14,7 +14,7 @@ using osu.Game.Screens.OnlinePlay.Lounge.Components;
namespace osu.Game.Tests.Visual.OnlinePlay
{
/// <summary>
/// A <see cref="ScreenTestScene"/> providing all the dependencies cached by <see cref="OnlinePlayScreen"/> for testing <see cref="OnlinePlaySubScreen"/>s.
/// A base test scene for all online-play components and screens.
/// </summary>
public abstract class OnlinePlayTestScene : ScreenTestScene, IOnlinePlayTestDependencies
{