Skip to content

Commit

Permalink
fix: add missing HelpUrl for ClientObjectManager
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 5cd704a commit 1186cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Mirage/Runtime/ClientObjectManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
namespace Mirage
{
[AddComponentMenu("Network/ClientObjectManager")]
[HelpURL("https://miragenet.github.io/Mirage/docs/reference/Mirage/ClientObjectManager")]
[DisallowMultipleComponent]
public class ClientObjectManager : MonoBehaviour
{
Expand Down

0 comments on commit 1186cf6

Please sign in to comment.