Skip to content

Commit c4926e3

Browse files
Will this make the standards checks happy?
1 parent c48317f commit c4926e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77

88
using System;
99
using System.Collections.Generic;
10-
using UnityEngine;
11-
using NetcodeNetworkEvent = Unity.Netcode.NetworkEvent;
12-
using TransportNetworkEvent = Unity.Networking.Transport.NetworkEvent;
1310
using Unity.Burst;
1411
using Unity.Collections.LowLevel.Unsafe;
1512
using Unity.Collections;
@@ -18,6 +15,9 @@
1815
using Unity.Networking.Transport.Relay;
1916
using Unity.Networking.Transport.TLS;
2017
using Unity.Networking.Transport.Utilities;
18+
using UnityEngine;
19+
using NetcodeNetworkEvent = Unity.Netcode.NetworkEvent;
20+
using TransportNetworkEvent = Unity.Networking.Transport.NetworkEvent;
2121

2222
namespace Unity.Netcode.Transports.UTP
2323
{

0 commit comments

Comments
 (0)