Update Assets/Mirror/Components/NetworkProximityChecker.cs

Co-Authored-By: Paul Pacheco <paulpach@gmail.com>
This commit is contained in:
MrGadget 2019-07-29 19:28:26 -04:00 committed by GitHub
parent f808558f32
commit 051a9e2a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)