Skip to content

Commit 88c3119

Browse files
fix - PVP
Adding "returns" for TestAuthorityChangingOwnership
1 parent e77c109 commit 88c3119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/NetworkObject/NetworkObjectOwnershipTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ public IEnumerator TestOwnedObjectCounts()
385385
/// ends up always being the server, but for distributed authority the authority changes when
386386
/// ownership changes.
387387
/// </summary>
388+
/// <returns><see cref="IEnumerator"/></returns>
388389
[UnityTest]
389390
public IEnumerator TestAuthorityChangingOwnership()
390391
{

0 commit comments

Comments
 (0)