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 4360413 commit 9bb24d7Copy full SHA for 9bb24d7
com.unity.multiplayer.mlapi/Runtime/Metrics/NetworkMetrics.cs
@@ -1,3 +1,5 @@
1
+#if MULTIPLAYER_TOOLS
2
+
3
using System.Collections.Generic;
4
using Unity.Multiplayer.NetStats.Dispatch;
5
using Unity.Multiplayer.NetStats.Metrics;
@@ -6,7 +8,6 @@
6
8
7
9
namespace MLAPI.Metrics
10
{
-#if MULTIPLAYER_TOOLS
11
public class NetworkMetrics : INetworkMetrics
12
13
private readonly NetworkManager m_NetworkManager;
@@ -148,5 +149,6 @@ static MLAPIObserver()
148
149
Observer = new NetStatObserver();
150
}
151
-#endif
152
153
154
+#endif
0 commit comments