Skip to content

Commit 05070b6

Browse files
fix
correcting the xml api documentation for OnGainedOwnership.
1 parent e3189a2 commit 05070b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Runtime/Core/NetworkBehaviour.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ internal void InternalOnNetworkDespawn()
826826

827827
/// <summary>
828828
/// In client-server contexts, this method is invoked on both the server and the local client of the owner when <see cref="Netcode.NetworkObject"/> ownership is assigned.
829-
/// In distributed authority contexts, this method is only invoked on the local client that has been assigned ownership of the associated <see cref="Netcode.NetworkObject"/>.
829+
/// In distributed authority contexts, this method is invoked on all clients connected to the session./>.
830830
/// </summary>
831831
public virtual void OnGainedOwnership() { }
832832

0 commit comments

Comments
 (0)