Skip to content

Commit ad8f26d

Browse files
committed
add namespace
1 parent 045b4bf commit ad8f26d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/InputSystemPackageControl.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
using System;
33
using System.Collections.ObjectModel;
44
using UnityEditor;
5-
5+
using UnityEditor.PackageManager;
6+
using PackageInfo = UnityEditor.PackageInfo;
67

78
namespace UnityEngine.InputSystem.Editor
89
{

0 commit comments

Comments
 (0)