Skip to content

Commit

Permalink
fix: add missing HelpUrl for NetworkSceneManager
Browse files Browse the repository at this point in the history
  • Loading branch information
uweeby authored and James-Frowen committed Jul 9, 2023
1 parent 35d217e commit cd5c753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Mirage/Runtime/NetworkSceneManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ namespace Mirage
/// <para>when a client connect NetworkSceneManager will send a message telling the new client to load the scene that is active on the server</para>
/// </summary>
[AddComponentMenu("Network/NetworkSceneManager")]
[HelpURL("https://miragenet.github.io/Mirage/docs/components/network-scene-manager")]
[DisallowMultipleComponent]
public class NetworkSceneManager : MonoBehaviour
{
Expand Down

0 comments on commit cd5c753

Please sign in to comment.