We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcd0f4 commit 9480b1cCopy full SHA for 9480b1c
com.unity.netcode.gameobjects/Runtime/Transports/UTP/BatchedReceiveQueue.cs
@@ -1,7 +1,7 @@
1
using System;
2
-using Unity.Networking.Transport;
3
using Unity.Collections;
4
using Unity.Collections.LowLevel.Unsafe;
+using Unity.Networking.Transport;
5
6
namespace Unity.Netcode.Transports.UTP
7
{
com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs
@@ -16,8 +16,8 @@
16
using Unity.Jobs;
17
using Unity.Networking.Transport;
18
using Unity.Networking.Transport.Relay;
19
-using Unity.Networking.Transport.Utilities;
20
using Unity.Networking.Transport.TLS;
+using Unity.Networking.Transport.Utilities;
21
22
23
0 commit comments