mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Update Assets/Mirror/Components/NetworkProximityChecker.cs
Co-Authored-By: Paul Pacheco <paulpach@gmail.com>
This commit is contained in:
parent
f808558f32
commit
051a9e2a39
@ -90,7 +90,7 @@ public override bool OnCheckObserver(NetworkConnection newObserver)
|
||||
/// <summary>
|
||||
/// Called when a new player enters, and when scene changes occur
|
||||
/// </summary>
|
||||
/// <param name="observers"></param>
|
||||
/// <param name="observers">List of players to be updated. Modify this set with all the players that can see this object</param>
|
||||
/// <param name="initial">True if this is the first time the method is called for this object</param>
|
||||
/// <returns>True if this component calculated the list of observers</returns>
|
||||
public override bool OnRebuildObservers(HashSet<NetworkConnection> observers, bool initial)
|
||||
|
Loading…
Reference in New Issue
Block a user