updated comment

This commit is contained in:
Chris Langsenkamp 2020-04-25 13:45:39 -04:00
parent 345da764b9
commit d6d702a918

View File

@ -375,7 +375,7 @@ public static bool SendToReady<T>(NetworkIdentity identity, T msg, bool includeO
/// <para>See <see cref="NetworkConnection.isReady"/></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">identity of the object</param>
/// <param name="msg">Message</param> /// <param name="msg">Message</param>
/// <param name="channelId">Transport channel to use</param> /// <param name="channelId">Transport channel to use</param>
/// <returns></returns> /// <returns></returns>