Skip to content

Commit 1a2b486

Browse files
committed
fix: Remove unused namespace
1 parent ec5b0d7 commit 1a2b486

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Assets/JCSUnity/Editor/JCSUnity_About.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* $Notice: See LICENSE.txt for modification and distribution information
88
* Copyright (c) 2016 by Shen, Jen-Chieh $
99
*/
10-
using UnityEngine;
1110
using System.Collections.Generic;
1211
using UnityEditor;
12+
using UnityEngine;
1313

1414
namespace JCSUnity
1515
{

Assets/JCSUnity/Editor/JCSUnity_EditortUtil.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* $Notice: See LICENSE.txt for modification and distribution information
88
* Copyright © 2021 by Shen, Jen-Chieh $
99
*/
10-
using System.Xml.Linq;
1110
using UnityEditor;
1211
using UnityEngine;
1312

0 commit comments

Comments
 (0)