chore: EncryptionTransport help url (#3774)

This commit is contained in:
Robin Rolf 2024-03-05 22:20:15 +00:00 committed by GitHub
parent e59e370f4f
commit 9b2a6a3023
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;