Skip to content

Commit 076ab6c

Browse files
committed
Fix line endings
1 parent c7b6dd0 commit 076ab6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

com.unity.netcode.gameobjects/Runtime/Components/NetworkAnimator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,8 @@ public void NetworkSerialize<T>(BufferSerializer<T> serializer) where T : IReade
668668
/// Determines whether the <see cref="NetworkAnimator"/> is <see cref="AuthorityModes.Server"/> or <see cref="AuthorityModes.Owner"/> based on the <see cref="AuthorityMode"/> field.
669669
/// Optionally, you can still derive from <see cref="NetworkAnimator"/> and override the <see cref="OnIsServerAuthoritative"/> method.
670670
/// </summary>
671-
/// <returns>True if this <see cref="NetworkAnimator"/> is server authoritative, false otherwise</returns>
672-
public bool IsServerAuthoritative()
671+
/// <returns>True if this <see cref="NetworkAnimator"/> is server authoritative, false otherwise</returns>
672+
public bool IsServerAuthoritative()
673673
{
674674
return OnIsServerAuthoritative();
675675
}

0 commit comments

Comments
 (0)