mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fixing doc links (#2139)
This commit is contained in:
parent
4adaac8867
commit
067c46fd60
@ -123,7 +123,7 @@ public sealed class NetworkIdentity : MonoBehaviour
|
||||
/// works fine if we keep the UNET way of setting isClient manually.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// => fixes <see cref="https://github.com/vis2k/Mirror/issues/1475"/>
|
||||
/// => fixes <see href="https://github.com/vis2k/Mirror/issues/1475"/>
|
||||
/// </para>
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
@ -145,7 +145,7 @@ public sealed class NetworkIdentity : MonoBehaviour
|
||||
/// works fine if we keep the UNET way of setting isServer manually.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// => fixes <see cref="https://github.com/vis2k/Mirror/issues/1484"/>
|
||||
/// => fixes <see href="https://github.com/vis2k/Mirror/issues/1484"/>
|
||||
/// </para>
|
||||
/// </remarks>
|
||||
public bool isServer { get; internal set; }
|
||||
|
Loading…
Reference in New Issue
Block a user