Skip to content

Commit b1ab005

Browse files
committed
fix namepsace
1 parent eccb8f2 commit b1ab005

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Assets/JCSUnity/Scripts/UI/Dropdown/JCS_DropdownScreenResolution.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
using System.Collections.Generic;
1+
using System.Linq;
22
using UnityEngine;
33
using TMPro;
44
using MyBox;
5-
using System.Linq;
6-
75

86
#if UNITY_EDITOR
97
using UnityEditor;

0 commit comments

Comments
 (0)