mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
fix: it is not safe to modify this outside this class
This commit is contained in:
parent
33493a0137
commit
bc7a961e4d
@ -17,7 +17,7 @@ namespace Mirror
|
||||
/// </remarks>
|
||||
public abstract class NetworkConnection : IDisposable
|
||||
{
|
||||
public readonly HashSet<NetworkIdentity> visList = new HashSet<NetworkIdentity>();
|
||||
readonly HashSet<NetworkIdentity> visList = new HashSet<NetworkIdentity>();
|
||||
|
||||
Dictionary<int, NetworkMessageDelegate> messageHandlers;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user