mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
chore(Transport): Comment typo (#3919)
This commit is contained in:
parent
2b2e4131a5
commit
97ce2a8abf
@ -36,7 +36,7 @@ public abstract class Transport : MonoBehaviour
|
|||||||
/// <summary>Is this transport available in the current platform?</summary>
|
/// <summary>Is this transport available in the current platform?</summary>
|
||||||
public abstract bool Available();
|
public abstract bool Available();
|
||||||
|
|
||||||
/// <summary>Is this transported encrypted for secure communication?</summary>
|
/// <summary>Is this transport encrypted for secure communication?</summary>
|
||||||
public virtual bool IsEncrypted => false;
|
public virtual bool IsEncrypted => false;
|
||||||
|
|
||||||
/// <summary>If encrypted, which cipher is used?</summary>
|
/// <summary>If encrypted, which cipher is used?</summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user