Skip to content

Commit 768846f

Browse files
committed
added pragma
1 parent 19b442a commit 768846f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

com.unity.netcode.gameobjects/Editor/HiddenScriptEditor.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#pragma warning disable IDE0005
2+
using Unity.Netcode.Components;
3+
#pragma warning restore IDE0005
14
#if UNITY_UNET_PRESENT
25
using Unity.Netcode.Transports.UNET;
36
#endif

0 commit comments

Comments
 (0)