File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
com.unity.netcode.gameobjects/Tests/Runtime Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -333,10 +333,10 @@ public void Initialize(NetworkManager networkManager)
333333
334334 /// <summary>
335335 /// This validates that the instances persisted to the next test set and persisted
336- /// between network sessions
336+ /// between network sessions.
337337 /// </summary>
338- /// <param name="minCount">The minimum number of times each instance should have been spawned</param>
339- /// <returns>True if all instances meet the minimum spawn count requirement, false otherwise </returns>
338+ /// <param name="minCount">The minimum number of times each instance should have been spawned. </param>
339+ /// <returns>True if all instances meet the minimum spawn count requirement or false if they do not. </returns>
340340 public bool ValidateInstanceSpawnCount ( int minCount )
341341 {
342342 // First pass we should have no instances
You can’t perform that action at this time.
0 commit comments