fixed comments

This commit is contained in:
Chris Langsenkamp 2020-04-25 13:32:02 -04:00
parent d6441e8772
commit 345da764b9

View File

@ -313,7 +313,7 @@ public static bool SendToAll<T>(T msg, int channelId = Channels.DefaultReliable)
/// <summary> /// <summary>
/// Send a message to only clients which are ready with option to include the owner of the object identity. /// Send a message to only clients which are ready with option to include the owner of the object identity.
/// <para>See <see cref="ClientScene.ready"/></para> /// <para>See <see cref="NetworkConnection.isReady"/></para>
/// </summary> /// </summary>
/// <typeparam name="T">Message type.</typeparam> /// <typeparam name="T">Message type.</typeparam>
/// <param name="identity">Identity of the owner</param> /// <param name="identity">Identity of the owner</param>
@ -372,7 +372,7 @@ public static bool SendToReady<T>(NetworkIdentity identity, T msg, bool includeO
/// <summary> /// <summary>
/// Send a message to only clients which are ready including the owner of the object identity. /// Send a message to only clients which are ready including the owner of the object identity.
/// <para>See <see cref="ClientScene.ready"/></para> /// <para>See <see cref="NetworkConnection.isReady"/></para>
/// </summary> /// </summary>
/// <typeparam name="T">Message type</typeparam> /// <typeparam name="T">Message type</typeparam>
/// <param name="identity"></param> /// <param name="identity"></param>