mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fixing doc comment
This commit is contained in:
parent
57bc80c9cd
commit
999c8b1c32
@ -292,7 +292,7 @@ static void SendToObservers<T>(NetworkIdentity identity, T msg, int channelId =
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Send a message to all connected clients, both ready and not-ready.</para>
|
||||
/// Send a message to all connected clients, both ready and not-ready.
|
||||
/// <para>See <see cref="NetworkConnection.isReady">NetworkConnection.isReady</see></para>
|
||||
/// </summary>
|
||||
/// <typeparam name="T">Message type</typeparam>
|
||||
|
Loading…
Reference in New Issue
Block a user