Skip to content

Commit bb0b965

Browse files
style
Removing static using directive (not used).
1 parent 5cf5f0a commit bb0b965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.unity.netcode.gameobjects/Runtime/Components/NetworkRigidBodyBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if COM_UNITY_MODULES_PHYSICS || COM_UNITY_MODULES_PHYSICS2D
22
using System.Runtime.CompilerServices;
33
using UnityEngine;
4-
using static Unity.Netcode.Components.NetworkTransform;
4+
55

66
namespace Unity.Netcode.Components
77
{

0 commit comments

Comments
 (0)