chore: EncryptionTransport help url (#3774)

This commit is contained in:
Robin Rolf 2024-03-05 22:20:15 +00:00 committed by MrGadget
parent c9206716c0
commit c15d465874

View File

@ -6,6 +6,7 @@
namespace Mirror.Transports.Encryption
{
[HelpURL("https://mirror-networking.gitbook.io/docs/manual/transports/encryption-transport")]
public class EncryptionTransport : Transport
{
public Transport inner;