We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b442a commit 768846fCopy full SHA for 768846f
com.unity.netcode.gameobjects/Editor/HiddenScriptEditor.cs
@@ -1,3 +1,6 @@
1
+#pragma warning disable IDE0005
2
+using Unity.Netcode.Components;
3
+#pragma warning restore IDE0005
4
#if UNITY_UNET_PRESENT
5
using Unity.Netcode.Transports.UNET;
6
#endif
0 commit comments