Skip to content

Commit 3a017da

Browse files
style - pvp
one more PVP public issue... >.< (p....v.....p)
1 parent 31e2f74 commit 3a017da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/Transports/UnityTransportTestHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static IEnumerator WaitForNetworkEvent(NetworkEvent type, List<TransportE
4040
}
4141
}
4242

43-
public static IEnumerator WaitForMultipleNetworkEvents(NetworkEvent type, List<TransportEvent> events, int count, float timeout = MaxNetworkEventWaitTime)
43+
internal static IEnumerator WaitForMultipleNetworkEvents(NetworkEvent type, List<TransportEvent> events, int count, float timeout = MaxNetworkEventWaitTime)
4444
{
4545
var initialCount = events.Count;
4646
var startTime = Time.realtimeSinceStartup + timeout;

0 commit comments

Comments
 (0)