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 794d8f3 commit 81beda9Copy full SHA for 81beda9
com.unity.netcode.gameobjects/Tests/Runtime/Metrics/RpcMetricsTests.cs
@@ -1,19 +1,12 @@
1
-#if MULTIPLAYER_TOOLS
2
-// System namespaces
3
using System.Collections;
4
using System.Linq;
5
-
6
-// Unity core namespaces
7
using Unity.Collections;
8
using UnityEngine.TestTools;
9
10
-// Unity test framework
11
using NUnit.Framework;
12
13
-// Unity multiplayer specific
14
using Unity.Multiplayer.Tools.MetricTypes;
15
using Unity.Netcode.TestHelpers.Runtime.Metrics;
16
+#if MULTIPLAYER_TOOLS
17
namespace Unity.Netcode.RuntimeTests.Metrics
18
{
19
internal class RpcMetricsTests : DualClientMetricTestBase
0 commit comments