Adding Obsolete attribute to Telepathy Transport (#2392)

* Adding Obsolete attribute to Telepathy Transport

* doc: fixed bad link in Transports TOC

Co-authored-by: MrGadget1024 <chris@clevertech.net>
This commit is contained in:
MrGadget 2020-11-03 15:41:24 -05:00 committed by GitHub
parent 38355fda2e
commit 4e742d48a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,11 @@
using UnityEngine;
using UnityEngine.Serialization;
// Replaced by Kcp November 2020
namespace Mirror
{
[HelpURL("https://github.com/vis2k/Telepathy/blob/master/README.md")]
[Obsolete("This transport has been replaced by the Kcp Transport and will be removed in a future release.")]
public class TelepathyTransport : Transport
{
// scheme used by this transport