We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8099a6e commit ca7f939Copy full SHA for ca7f939
com.unity.netcode.gameobjects/Runtime/Core/NetworkManager.cs
@@ -478,7 +478,7 @@ public struct ConnectionApprovalRequest
478
public event Action OnClientStarted = null;
479
480
/// <summary>
481
- /// Subscribe to this static event to get notifications before a <see cref="NetworkManager"/> instance is being destroyed.
+ /// Subscribe to this event to get notifications before a <see cref="NetworkManager"/> instance is being destroyed.
482
/// This is useful if you want to use the state of anything the NetworkManager cleans up during its shutdown.
483
/// </summary>
484
public event Action OnPreShutdown = null;
0 commit comments