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

@ -20,6 +20,9 @@ using osu.Game.Users;
namespace osu.Game.Tests.Visual.Multiplayer
{
/// <summary>
/// A <see cref="MultiplayerClient"/> for use in multiplayer test scenes. Should generally not be used by itself outside of a <see cref="MultiplayerTestScene"/>.
/// </summary>
public class TestMultiplayerClient : MultiplayerClient
{
public override IBindable<bool> IsConnected => isConnected;