mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
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:
parent
38355fda2e
commit
4e742d48a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user