mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
syntax: avoid hiding property
This commit is contained in:
parent
1bf08bbf89
commit
c4cf8c263d
@ -129,9 +129,9 @@ internal void RemoveFromObserving(NetworkIdentity netIdentity, bool isDestroyed)
|
||||
|
||||
internal void RemoveObservers()
|
||||
{
|
||||
foreach (NetworkIdentity identity in observing)
|
||||
foreach (NetworkIdentity netIdentity in observing)
|
||||
{
|
||||
identity.RemoveObserverInternal(this);
|
||||
netIdentity.RemoveObserverInternal(this);
|
||||
}
|
||||
observing.Clear();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user