Skip to content

Commit dda89e6

Browse files
committed
fix; namespace
1 parent a6419b8 commit dda89e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/JCSUnity/Scripts/Util/JCS_Util.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
* $Notice: See LICENSE.txt for modification and distribution information
77
* Copyright (c) 2016 by Shen, Jen-Chieh $
88
*/
9-
using System.Linq;
9+
using System.Collections;
1010
using System.Collections.Generic;
11+
using System.Linq;
1112
using System.Text;
1213
using Unity.VisualScripting;
1314
using UnityEngine;
1415
using UnityEngine.SceneManagement;
1516
using PeterVuorela.Tweener;
16-
using System.Collections;
1717

1818
namespace JCSUnity
1919
{

0 commit comments

Comments
 (0)