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