Skip to content

Commit 051af8f

Browse files
committed
Added pragma disable
1 parent 4827853 commit 051af8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

com.unity.netcode.gameobjects/Runtime/Core/NetworkBehaviour.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
#pragma warning disable IDE0005
12
using System;
23
using System.Collections.Generic;
4+
using System.Runtime.CompilerServices;
35
using Unity.Collections;
46
using UnityEngine;
7+
#pragma warning restore IDE0005
58

69
namespace Unity.Netcode
710
{

0 commit comments

Comments
 (0)