Skip to content

Commit

Permalink
🐛 fix(editor): Remove unnessecory usings
Browse files Browse the repository at this point in the history
  • Loading branch information
esnya committed Mar 23, 2022
1 parent a3f6b65 commit c4020b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Assets/EsnyaUnityTools/Editor/GISTool.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Collections.Generic;
using System.Linq;
using Codice.Client.BaseCommands.BranchExplorer;
using UnityEditor;
using UnityEngine;

Expand Down
3 changes: 0 additions & 3 deletions Assets/EsnyaUnityTools/Editor/RenameTool.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using System.Collections.Generic;
using System.Linq;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC;
using Codice.Client.Common;
using NUnit.Framework.Constraints;
using UnityEditor;
using UnityEngine;
using UnityEngine.SceneManagement;
Expand Down

0 comments on commit c4020b6

Please sign in to comment.