mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
NetworkConnection.isConnected obsolete
This commit is contained in:
parent
ffda610f0d
commit
07a5cca725
@ -21,6 +21,7 @@ public class NetworkConnection : IDisposable
|
||||
|
||||
// this is always true for regular connections, false for local
|
||||
// connections because it's set in the constructor and never reset.
|
||||
[Obsolete("isConnected will be removed because it's pointless. A NetworkConnection is always connected.")]
|
||||
public bool isConnected { get; protected set; }
|
||||
|
||||
public NetworkConnection(string networkAddress)
|
||||
|
Loading…
Reference in New Issue
Block a user