Browse Source

[MoreLights] [2.0.3.6] cleanup

Zariteis 4 years ago
parent
commit
c1f3a78841

BIN
MoreLights/Assets/stand0.png


BIN
MoreLights/Assets/stand1.png


BIN
MoreLights/Assets/stand2.png


BIN
MoreLights/Assets/stand3.png


BIN
MoreLights/Assets/stand4.png


BIN
MoreLights/Assets/stand5.png


BIN
MoreLights/Assets/stand6.png


+ 0 - 5
MoreLights/Core.cs

@@ -1,9 +1,4 @@
 using GadgetCore;
 using GadgetCore;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using UnityEngine;
 
 
 namespace MoreLights
 namespace MoreLights
 {
 {

+ 1 - 7
MoreLights/CoroutineManager.cs

@@ -1,10 +1,4 @@
-using GadgetCore.API;
-using GadgetCore.Util;
-using HarmonyLib;
-using System;
-using System.Collections;
-using System.Threading;
-using System.Windows.Threading;
+using System;
 using UnityEngine;
 using UnityEngine;
 
 
 namespace MoreLights
 namespace MoreLights

+ 2 - 2
MoreLights/ItemUtil.cs

@@ -1,5 +1,5 @@
-using UnityEngine;
-using GadgetCore.API;
+using GadgetCore.API;
+using UnityEngine;
 
 
 namespace MoreLights
 namespace MoreLights
 {
 {

+ 1 - 1
MoreLights/MoreLights.cs

@@ -1,7 +1,7 @@
-using UnityEngine;
 using GadgetCore.API;
 using GadgetCore.API;
 using GadgetCore.API.ConfigMenu;
 using GadgetCore.API.ConfigMenu;
 using ScrapYard.API;
 using ScrapYard.API;
+using UnityEngine;
 
 
 namespace MoreLights
 namespace MoreLights
 {
 {

+ 0 - 21
MoreLights/MoreLights.csproj

@@ -163,27 +163,6 @@
     <None Update="Assets\stand.png">
     <None Update="Assets\stand.png">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>
     </None>
-    <None Update="Assets\stand0.png">
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </None>
-    <None Update="Assets\stand1.png">
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </None>
-    <None Update="Assets\stand2.png">
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </None>
-    <None Update="Assets\stand3.png">
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </None>
-    <None Update="Assets\stand4.png">
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </None>
-    <None Update="Assets\stand5.png">
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </None>
-    <None Update="Assets\stand6.png">
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-    </None>
     <None Update="Manifest.ini">
     <None Update="Manifest.ini">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>
     </None>