Skip to content

Commit

Permalink
fix: add missing HelpUrl for SocketFactory
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 cd5c753 commit a29b1b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Mirage/Runtime/SocketLayer/SocketFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public interface IHasPort
/// - Show config data to the user using the inspector, and give that data in the form of an <see cref="EndPoint"/>
/// <para>This is a MonoBehaviour so can be attached in the inspector</para>
/// </remarks>
[HelpURL("https://miragenet.github.io/Mirage/docs/general/sockets#changing-a-socket")]
public abstract class SocketFactory : MonoBehaviour
{
/// <summary>Max size for packets sent to or received from Socket
Expand Down

0 comments on commit a29b1b7

Please sign in to comment.