Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 643bb45

Browse files
committed
Remove and sort usings
1 parent b154cbf commit 643bb45

37 files changed

+31
-197
lines changed

src/CachedObjects/CacheObjectBase.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Linq;
43
using System.Reflection;
5-
using System.Text;
6-
using System.Threading.Tasks;
74
using MelonLoader;
8-
using UnhollowerBaseLib;
95
using UnityEngine;
106

117
namespace Explorer

src/CachedObjects/IExpandHeight.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
7-
namespace Explorer
1+
namespace Explorer
82
{
93
interface IExpandHeight
104
{

src/CachedObjects/Object/CacheDictionary.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
using System;
22
using System.Collections;
33
using System.Collections.Generic;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
7-
using MelonLoader;
8-
using UnityEngine;
9-
using System.Reflection;
104
using UnhollowerBaseLib;
5+
using UnityEngine;
116

127
namespace Explorer
138
{

src/CachedObjects/Object/CacheGameObject.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
using MelonLoader;
7-
using UnityEngine;
1+
using UnityEngine;
82

93
namespace Explorer
104
{

src/CachedObjects/Object/CacheList.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections;
33
using System.Collections.Generic;
4-
using System.Linq;
54
using System.Reflection;
65
using MelonLoader;
76
using UnityEngine;

src/CachedObjects/Other/CacheMethod.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
64
using System.Reflection;
7-
using UnityEngine;
85
using MelonLoader;
6+
using UnityEngine;
97

108
namespace Explorer
119
{

src/CachedObjects/Other/CacheOther.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
using System;
2-
using System.Collections;
3-
using System.Collections.Generic;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
72
using System.Reflection;
83
using UnityEngine;
94

src/Config/ModConfig.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.IO;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
1+
using System.IO;
72
using System.Xml.Serialization;
83
using UnityEngine;
94

src/CppExplorer.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
using System;
2-
using System.Collections;
3-
using System.Collections.Generic;
4-
using System.Linq;
5-
using System.Reflection;
6-
using Harmony;
7-
using MelonLoader;
8-
using UnhollowerBaseLib;
1+
using MelonLoader;
92
using UnityEngine;
103

114
namespace Explorer

src/Extensions/ReflectionExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
64
using System.Reflection;
75

86
namespace Explorer

0 commit comments

Comments
 (0)