diff --git a/NewHorizons/Builder/Atmosphere/EffectsBuilder.cs b/NewHorizons/Builder/Atmosphere/EffectsBuilder.cs index c7312f0b..540e0a8b 100644 --- a/NewHorizons/Builder/Atmosphere/EffectsBuilder.cs +++ b/NewHorizons/Builder/Atmosphere/EffectsBuilder.cs @@ -1,5 +1,4 @@ using NewHorizons.External.Configs; -using NewHorizons.External.Modules; using NewHorizons.Utility; using UnityEngine; namespace NewHorizons.Builder.Atmosphere diff --git a/NewHorizons/Builder/Body/FunnelBuilder.cs b/NewHorizons/Builder/Body/FunnelBuilder.cs index 5f100412..fc31d4a3 100644 --- a/NewHorizons/Builder/Body/FunnelBuilder.cs +++ b/NewHorizons/Builder/Body/FunnelBuilder.cs @@ -1,4 +1,3 @@ -using System.Runtime.Serialization; using NewHorizons.Utility; using UnityEngine; using Logger = NewHorizons.Utility.Logger; diff --git a/NewHorizons/Builder/Body/Geometry/CubeSphere.cs b/NewHorizons/Builder/Body/Geometry/CubeSphere.cs index d8257fd1..f2640052 100644 --- a/NewHorizons/Builder/Body/Geometry/CubeSphere.cs +++ b/NewHorizons/Builder/Body/Geometry/CubeSphere.cs @@ -1,6 +1,5 @@ using NewHorizons.Utility.Geometry; using UnityEngine; -using Logger = NewHorizons.Utility.Logger; namespace NewHorizons.Builder.Body.Geometry { static class CubeSphere diff --git a/NewHorizons/Builder/Body/HeightMapBuilder.cs b/NewHorizons/Builder/Body/HeightMapBuilder.cs index 064ad645..4662cb22 100644 --- a/NewHorizons/Builder/Body/HeightMapBuilder.cs +++ b/NewHorizons/Builder/Body/HeightMapBuilder.cs @@ -1,7 +1,5 @@ using NewHorizons.Builder.Body.Geometry; -using NewHorizons.External.Configs; using NewHorizons.External.Modules; -using NewHorizons.Handlers; using NewHorizons.Utility; using OWML.Common; using System; diff --git a/NewHorizons/Builder/Body/LavaBuilder.cs b/NewHorizons/Builder/Body/LavaBuilder.cs index dd21b635..f2bd38b4 100644 --- a/NewHorizons/Builder/Body/LavaBuilder.cs +++ b/NewHorizons/Builder/Body/LavaBuilder.cs @@ -2,8 +2,6 @@ using System.Collections.Generic; using UnityEngine; using NewHorizons.Utility; using NewHorizons.External.Modules.VariableSize; -using System.Linq; -using UnityEngine.Assertions.Must; using NewHorizons.Components.SizeControllers; namespace NewHorizons.Builder.Body diff --git a/NewHorizons/Builder/Body/RingBuilder.cs b/NewHorizons/Builder/Body/RingBuilder.cs index 59cabfb4..477c78a5 100644 --- a/NewHorizons/Builder/Body/RingBuilder.cs +++ b/NewHorizons/Builder/Body/RingBuilder.cs @@ -5,7 +5,6 @@ using NewHorizons.External.Modules; using NewHorizons.Utility; using NewHorizons.Utility.OWUtilities; using OWML.Common; -using System; using System.Collections.Generic; using UnityEngine; using Logger = NewHorizons.Utility.Logger; diff --git a/NewHorizons/Builder/Body/SingularityBuilder.cs b/NewHorizons/Builder/Body/SingularityBuilder.cs index 4ca15982..2a473588 100644 --- a/NewHorizons/Builder/Body/SingularityBuilder.cs +++ b/NewHorizons/Builder/Body/SingularityBuilder.cs @@ -1,13 +1,10 @@ using NewHorizons.External.Configs; using NewHorizons.Utility; -using System; using NewHorizons.External.Modules.VariableSize; using UnityEngine; using Logger = NewHorizons.Utility.Logger; using System.Collections.Generic; -using System.Linq; using NewHorizons.Components.SizeControllers; -using System.Drawing; using Color = UnityEngine.Color; using NewHorizons.Components.Volumes; using NewHorizons.Builder.Props; diff --git a/NewHorizons/Builder/Body/StarBuilder.cs b/NewHorizons/Builder/Body/StarBuilder.cs index 70e09ad9..5e4dd9a2 100644 --- a/NewHorizons/Builder/Body/StarBuilder.cs +++ b/NewHorizons/Builder/Body/StarBuilder.cs @@ -1,12 +1,8 @@ using NewHorizons.Components.SizeControllers; using NewHorizons.Utility; -using OWML.Utils; using UnityEngine; using NewHorizons.External.Modules.VariableSize; -using Logger = NewHorizons.Utility.Logger; -using OWML.ModHelper; using OWML.Common; -using UnityEngine.InputSystem.XR; using System.Linq; using NewHorizons.Components.Stars; using NewHorizons.Utility.OWUtilities; diff --git a/NewHorizons/Builder/Body/SupernovaEffectBuilder.cs b/NewHorizons/Builder/Body/SupernovaEffectBuilder.cs index 77dbc082..c74273bf 100644 --- a/NewHorizons/Builder/Body/SupernovaEffectBuilder.cs +++ b/NewHorizons/Builder/Body/SupernovaEffectBuilder.cs @@ -3,7 +3,6 @@ using NewHorizons.Utility; using NewHorizons.External.Configs; using NewHorizons.Components; using System.Linq; -using NewHorizons.Handlers; using OWML.Common; namespace NewHorizons.Builder.Body diff --git a/NewHorizons/Builder/General/AmbientLightBuilder.cs b/NewHorizons/Builder/General/AmbientLightBuilder.cs index a54a92f9..5586f26b 100644 --- a/NewHorizons/Builder/General/AmbientLightBuilder.cs +++ b/NewHorizons/Builder/General/AmbientLightBuilder.cs @@ -1,7 +1,6 @@ using UnityEngine; using NewHorizons.Utility; using NewHorizons.External.Modules; -using System; namespace NewHorizons.Builder.General { diff --git a/NewHorizons/Builder/General/GravityBuilder.cs b/NewHorizons/Builder/General/GravityBuilder.cs index 21b729a8..29ad88ba 100644 --- a/NewHorizons/Builder/General/GravityBuilder.cs +++ b/NewHorizons/Builder/General/GravityBuilder.cs @@ -2,7 +2,6 @@ using NewHorizons.External.Configs; using NewHorizons.External.Modules; using NewHorizons.Utility.OWUtilities; using UnityEngine; -using Logger = NewHorizons.Utility.Logger; namespace NewHorizons.Builder.General { public static class GravityBuilder diff --git a/NewHorizons/Builder/General/RFVolumeBuilder.cs b/NewHorizons/Builder/General/RFVolumeBuilder.cs index bb3d032b..bfc30385 100644 --- a/NewHorizons/Builder/General/RFVolumeBuilder.cs +++ b/NewHorizons/Builder/General/RFVolumeBuilder.cs @@ -1,4 +1,3 @@ -using NewHorizons.External.Configs; using NewHorizons.External.Modules; using NewHorizons.Utility.OWUtilities; using UnityEngine; diff --git a/NewHorizons/Builder/General/SpawnPointBuilder.cs b/NewHorizons/Builder/General/SpawnPointBuilder.cs index e93b39e0..2a19a206 100644 --- a/NewHorizons/Builder/General/SpawnPointBuilder.cs +++ b/NewHorizons/Builder/General/SpawnPointBuilder.cs @@ -1,4 +1,3 @@ -using Epic.OnlineServices.Presence; using NewHorizons.Builder.Props; using NewHorizons.External.Modules; using NewHorizons.Utility; diff --git a/NewHorizons/Builder/Orbital/FocalPointBuilder.cs b/NewHorizons/Builder/Orbital/FocalPointBuilder.cs index 6c939658..a4d462e7 100644 --- a/NewHorizons/Builder/Orbital/FocalPointBuilder.cs +++ b/NewHorizons/Builder/Orbital/FocalPointBuilder.cs @@ -1,7 +1,6 @@ using NewHorizons.Components.Orbital; using NewHorizons.External.Configs; using NewHorizons.External.Modules; -using NewHorizons.Handlers; using NewHorizons.Utility; using OWML.Common; using System.Linq; diff --git a/NewHorizons/Builder/Orbital/InitialMotionBuilder.cs b/NewHorizons/Builder/Orbital/InitialMotionBuilder.cs index a6fce3fc..188f9129 100644 --- a/NewHorizons/Builder/Orbital/InitialMotionBuilder.cs +++ b/NewHorizons/Builder/Orbital/InitialMotionBuilder.cs @@ -1,7 +1,6 @@ using NewHorizons.Components.Orbital; using NewHorizons.External.Modules; using NewHorizons.Utility.OWUtilities; -using System.Linq; using UnityEngine; using Logger = NewHorizons.Utility.Logger; namespace NewHorizons.Builder.Orbital diff --git a/NewHorizons/Builder/Props/BrambleNodeBuilder.cs b/NewHorizons/Builder/Props/BrambleNodeBuilder.cs index 9d191e17..1c4a4469 100644 --- a/NewHorizons/Builder/Props/BrambleNodeBuilder.cs +++ b/NewHorizons/Builder/Props/BrambleNodeBuilder.cs @@ -1,5 +1,4 @@ using NewHorizons.Builder.Body; -using NewHorizons.Components; using NewHorizons.External.Configs; using NewHorizons.Handlers; using NewHorizons.Utility; diff --git a/NewHorizons/Builder/Props/DetailBuilder.cs b/NewHorizons/Builder/Props/DetailBuilder.cs index a1ab6a9d..eb1a0018 100644 --- a/NewHorizons/Builder/Props/DetailBuilder.cs +++ b/NewHorizons/Builder/Props/DetailBuilder.cs @@ -1,6 +1,5 @@ using NewHorizons.Builder.General; using NewHorizons.Components; -using NewHorizons.External.Modules; using NewHorizons.External.Modules.Props; using NewHorizons.Handlers; using NewHorizons.Utility; diff --git a/NewHorizons/Builder/Props/ProjectionBuilder.cs b/NewHorizons/Builder/Props/ProjectionBuilder.cs index 07c4431e..7900a346 100644 --- a/NewHorizons/Builder/Props/ProjectionBuilder.cs +++ b/NewHorizons/Builder/Props/ProjectionBuilder.cs @@ -1,4 +1,3 @@ -using NewHorizons.External.Modules; using NewHorizons.External.Modules.Props; using NewHorizons.External.Modules.Props.EchoesOfTheEye; using NewHorizons.Handlers; @@ -9,7 +8,6 @@ using System.Collections.Generic; using System.IO; using System.Threading; using UnityEngine; -using static NewHorizons.External.Modules.PropModule; using Logger = NewHorizons.Utility.Logger; namespace NewHorizons.Builder.Props diff --git a/NewHorizons/Builder/Props/PropBuildManager.cs b/NewHorizons/Builder/Props/PropBuildManager.cs index 7466c19c..090c2ace 100644 --- a/NewHorizons/Builder/Props/PropBuildManager.cs +++ b/NewHorizons/Builder/Props/PropBuildManager.cs @@ -7,7 +7,6 @@ using OWML.Common; using System; using System.Collections.Generic; using UnityEngine; -using static NewHorizons.External.Modules.PropModule; using Logger = NewHorizons.Utility.Logger; namespace NewHorizons.Builder.Props { diff --git a/NewHorizons/Builder/Props/RaftBuilder.cs b/NewHorizons/Builder/Props/RaftBuilder.cs index 3f5f9958..06c4feab 100644 --- a/NewHorizons/Builder/Props/RaftBuilder.cs +++ b/NewHorizons/Builder/Props/RaftBuilder.cs @@ -1,7 +1,3 @@ -using NewHorizons.Components; -using NewHorizons.Components.Achievement; -using NewHorizons.Components.Volumes; -using NewHorizons.External.Modules; using NewHorizons.External.Modules.Props.EchoesOfTheEye; using NewHorizons.Handlers; using NewHorizons.Utility; diff --git a/NewHorizons/Builder/Props/RemoteBuilder.cs b/NewHorizons/Builder/Props/RemoteBuilder.cs index 42f5221a..2c65cd99 100644 --- a/NewHorizons/Builder/Props/RemoteBuilder.cs +++ b/NewHorizons/Builder/Props/RemoteBuilder.cs @@ -1,5 +1,4 @@ using NewHorizons.Builder.Props.TranslatorText; -using NewHorizons.External.Modules; using NewHorizons.External.Modules.Props; using NewHorizons.External.Modules.Props.Remote; using NewHorizons.External.Modules.TranslatorText; @@ -8,9 +7,7 @@ using NewHorizons.Utility; using NewHorizons.Utility.OWUtilities; using OWML.Common; using System; -using System.Linq; using UnityEngine; -using static NewHorizons.External.Modules.PropModule; using Logger = NewHorizons.Utility.Logger; namespace NewHorizons.Builder.Props diff --git a/NewHorizons/Builder/Props/ScatterBuilder.cs b/NewHorizons/Builder/Props/ScatterBuilder.cs index a2068bf9..1a37015b 100644 --- a/NewHorizons/Builder/Props/ScatterBuilder.cs +++ b/NewHorizons/Builder/Props/ScatterBuilder.cs @@ -1,5 +1,4 @@ using NewHorizons.External.Configs; -using NewHorizons.External.Modules; using NewHorizons.External.Modules.Props; using NewHorizons.Utility; using NewHorizons.Utility.Geometry; diff --git a/NewHorizons/Builder/Props/TornadoBuilder.cs b/NewHorizons/Builder/Props/TornadoBuilder.cs index dbc6a0b7..b9c2ba4d 100644 --- a/NewHorizons/Builder/Props/TornadoBuilder.cs +++ b/NewHorizons/Builder/Props/TornadoBuilder.cs @@ -1,10 +1,8 @@ using NewHorizons.Components; -using NewHorizons.External.Modules; using NewHorizons.External.Modules.Props; using NewHorizons.Handlers; using NewHorizons.Utility; using NewHorizons.Utility.OWMLUtilities; -using System; using UnityEngine; using Logger = NewHorizons.Utility.Logger; using Random = UnityEngine.Random; diff --git a/NewHorizons/Builder/Props/TranslatorText/TranslatorTextBuilder.cs b/NewHorizons/Builder/Props/TranslatorText/TranslatorTextBuilder.cs index 02127b12..68f5d1f2 100644 --- a/NewHorizons/Builder/Props/TranslatorText/TranslatorTextBuilder.cs +++ b/NewHorizons/Builder/Props/TranslatorText/TranslatorTextBuilder.cs @@ -1,5 +1,3 @@ -using HarmonyLib; -using NewHorizons.External.Modules; using NewHorizons.External.Modules.Props; using NewHorizons.External.Modules.TranslatorText; using NewHorizons.Handlers; diff --git a/NewHorizons/Builder/Volumes/VolumesBuildManager.cs b/NewHorizons/Builder/Volumes/VolumesBuildManager.cs index 9c4357b2..2b0d07b5 100644 --- a/NewHorizons/Builder/Volumes/VolumesBuildManager.cs +++ b/NewHorizons/Builder/Volumes/VolumesBuildManager.cs @@ -1,13 +1,10 @@ -using NewHorizons.Builder.Body; using NewHorizons.Builder.ShipLog; -using NewHorizons.Builder.Volumes; using NewHorizons.Builder.Volumes.Rulesets; using NewHorizons.Builder.Volumes.VisorEffects; using NewHorizons.Components.Volumes; using NewHorizons.External.Configs; using OWML.Common; using System; -using System.Collections.Generic; using UnityEngine; using Logger = NewHorizons.Utility.Logger; diff --git a/NewHorizons/Components/Achievement/AchievementObserveTrigger.cs b/NewHorizons/Components/Achievement/AchievementObserveTrigger.cs index 88392cb0..55d44e66 100644 --- a/NewHorizons/Components/Achievement/AchievementObserveTrigger.cs +++ b/NewHorizons/Components/Achievement/AchievementObserveTrigger.cs @@ -1,10 +1,5 @@ using NewHorizons.OtherMods.AchievementsPlus; using NewHorizons.Utility.OWUtilities; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using UnityEngine; namespace NewHorizons.Components.Achievement diff --git a/NewHorizons/Components/Achievement/AchievementSnapshotTrigger.cs b/NewHorizons/Components/Achievement/AchievementSnapshotTrigger.cs index f67f0749..d9b032d5 100644 --- a/NewHorizons/Components/Achievement/AchievementSnapshotTrigger.cs +++ b/NewHorizons/Components/Achievement/AchievementSnapshotTrigger.cs @@ -1,9 +1,4 @@ using NewHorizons.OtherMods.AchievementsPlus; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using UnityEngine; namespace NewHorizons.Components.Achievement diff --git a/NewHorizons/Components/BrambleSectorController.cs b/NewHorizons/Components/BrambleSectorController.cs index 99a7d62c..b4c4fd16 100644 --- a/NewHorizons/Components/BrambleSectorController.cs +++ b/NewHorizons/Components/BrambleSectorController.cs @@ -1,5 +1,3 @@ -using System.Collections.Generic; -using System.Linq; using UnityEngine; namespace NewHorizons.Components diff --git a/NewHorizons/Components/CloakSectorController.cs b/NewHorizons/Components/CloakSectorController.cs index 59bf41ae..55bc4a88 100644 --- a/NewHorizons/Components/CloakSectorController.cs +++ b/NewHorizons/Components/CloakSectorController.cs @@ -1,5 +1,3 @@ -using System.Collections.Generic; -using System.Linq; using UnityEngine; namespace NewHorizons.Components { diff --git a/NewHorizons/Components/EyeSunLightParamUpdater.cs b/NewHorizons/Components/EyeSunLightParamUpdater.cs index 7fe14c00..0649d90c 100644 --- a/NewHorizons/Components/EyeSunLightParamUpdater.cs +++ b/NewHorizons/Components/EyeSunLightParamUpdater.cs @@ -1,6 +1,3 @@ -using NewHorizons.Builder.Atmosphere; -using UnityEngine; - namespace NewHorizons.Components { /* diff --git a/NewHorizons/Components/NHSupernovaPlanetEffectController.cs b/NewHorizons/Components/NHSupernovaPlanetEffectController.cs index bdf60aa0..4d9e9b22 100644 --- a/NewHorizons/Components/NHSupernovaPlanetEffectController.cs +++ b/NewHorizons/Components/NHSupernovaPlanetEffectController.cs @@ -1,8 +1,5 @@ using NewHorizons.Components.SizeControllers; using NewHorizons.Handlers; -using System; -using System.Collections.Generic; -using System.Linq; using UnityEngine; using static SupernovaPlanetEffectController; diff --git a/NewHorizons/Components/Quantum/NHMultiStateQuantumObject.cs b/NewHorizons/Components/Quantum/NHMultiStateQuantumObject.cs index 4abd57b1..09b40638 100644 --- a/NewHorizons/Components/Quantum/NHMultiStateQuantumObject.cs +++ b/NewHorizons/Components/Quantum/NHMultiStateQuantumObject.cs @@ -1,8 +1,4 @@ -using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using UnityEngine; using Logger = NewHorizons.Utility.Logger; diff --git a/NewHorizons/Components/Quantum/QuantumPlanet.cs b/NewHorizons/Components/Quantum/QuantumPlanet.cs index 89eebdbb..d0997b8d 100644 --- a/NewHorizons/Components/Quantum/QuantumPlanet.cs +++ b/NewHorizons/Components/Quantum/QuantumPlanet.cs @@ -1,5 +1,4 @@ using NewHorizons.Builder.General; -using NewHorizons.Builder.Orbital; using NewHorizons.Components.Orbital; using NewHorizons.External.Modules; using NewHorizons.Handlers; diff --git a/NewHorizons/Components/SizeControllers/LavaSizeController.cs b/NewHorizons/Components/SizeControllers/LavaSizeController.cs index 50cca879..829746f1 100644 --- a/NewHorizons/Components/SizeControllers/LavaSizeController.cs +++ b/NewHorizons/Components/SizeControllers/LavaSizeController.cs @@ -1,9 +1,4 @@ using NewHorizons.Builder.Body; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using UnityEngine; namespace NewHorizons.Components.SizeControllers diff --git a/NewHorizons/Components/SizeControllers/SingularitySizeController.cs b/NewHorizons/Components/SizeControllers/SingularitySizeController.cs index 2caa779a..121dbe8a 100644 --- a/NewHorizons/Components/SizeControllers/SingularitySizeController.cs +++ b/NewHorizons/Components/SizeControllers/SingularitySizeController.cs @@ -1,5 +1,4 @@ using NewHorizons.Builder.Body; -using NewHorizons.Utility; using NewHorizons.Utility.OWMLUtilities; using UnityEngine; diff --git a/NewHorizons/Components/Stars/StarDestructionVolume.cs b/NewHorizons/Components/Stars/StarDestructionVolume.cs index 5354821a..22e0f7a7 100644 --- a/NewHorizons/Components/Stars/StarDestructionVolume.cs +++ b/NewHorizons/Components/Stars/StarDestructionVolume.cs @@ -1,8 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using UnityEngine; namespace NewHorizons.Components.Stars diff --git a/NewHorizons/Components/Stars/SunLightEffectsController.cs b/NewHorizons/Components/Stars/SunLightEffectsController.cs index 3b1a8f1a..4e62b2d3 100644 --- a/NewHorizons/Components/Stars/SunLightEffectsController.cs +++ b/NewHorizons/Components/Stars/SunLightEffectsController.cs @@ -1,5 +1,4 @@ using NewHorizons.Builder.Atmosphere; -using NewHorizons.Utility; using System.Collections.Generic; using UnityEngine; using Logger = NewHorizons.Utility.Logger; diff --git a/NewHorizons/Components/TransparentCloudRenderQueueController.cs b/NewHorizons/Components/TransparentCloudRenderQueueController.cs index d78259b1..59ea49bc 100644 --- a/NewHorizons/Components/TransparentCloudRenderQueueController.cs +++ b/NewHorizons/Components/TransparentCloudRenderQueueController.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; using UnityEngine; namespace NewHorizons.Components diff --git a/NewHorizons/Components/Volumes/InterferenceVolume.cs b/NewHorizons/Components/Volumes/InterferenceVolume.cs index acb3582f..262fa85c 100644 --- a/NewHorizons/Components/Volumes/InterferenceVolume.cs +++ b/NewHorizons/Components/Volumes/InterferenceVolume.cs @@ -1,9 +1,4 @@ using NewHorizons.Handlers; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using UnityEngine; namespace NewHorizons.Components.Volumes diff --git a/NewHorizons/Components/Volumes/MapRestrictionVolume.cs b/NewHorizons/Components/Volumes/MapRestrictionVolume.cs index ee31a2a2..07a7061e 100644 --- a/NewHorizons/Components/Volumes/MapRestrictionVolume.cs +++ b/NewHorizons/Components/Volumes/MapRestrictionVolume.cs @@ -1,6 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; using UnityEngine; namespace NewHorizons.Components.Volumes diff --git a/NewHorizons/Components/Volumes/RingFluidVolume.cs b/NewHorizons/Components/Volumes/RingFluidVolume.cs index 66982bdc..f31559dc 100644 --- a/NewHorizons/Components/Volumes/RingFluidVolume.cs +++ b/NewHorizons/Components/Volumes/RingFluidVolume.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using System.Linq; using UnityEngine; diff --git a/NewHorizons/Components/Volumes/SphericalFluidVolume.cs b/NewHorizons/Components/Volumes/SphericalFluidVolume.cs index 6840650e..74c32ebe 100644 --- a/NewHorizons/Components/Volumes/SphericalFluidVolume.cs +++ b/NewHorizons/Components/Volumes/SphericalFluidVolume.cs @@ -1,8 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using UnityEngine; namespace NewHorizons.Components.Volumes diff --git a/NewHorizons/Components/Volumes/WarpVolume.cs b/NewHorizons/Components/Volumes/WarpVolume.cs index f5be0007..fa07d6e4 100644 --- a/NewHorizons/Components/Volumes/WarpVolume.cs +++ b/NewHorizons/Components/Volumes/WarpVolume.cs @@ -1,9 +1,3 @@ -using NewHorizons.External.Modules; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using UnityEngine; namespace NewHorizons.Components.Volumes diff --git a/NewHorizons/External/Configs/AddonConfig.cs b/NewHorizons/External/Configs/AddonConfig.cs index 00257080..a43f3910 100644 --- a/NewHorizons/External/Configs/AddonConfig.cs +++ b/NewHorizons/External/Configs/AddonConfig.cs @@ -1,11 +1,4 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.ComponentModel.DataAnnotations; -using System.Linq; using NewHorizons.OtherMods.AchievementsPlus; -using NewHorizons.External.Modules; -using NewHorizons.External.Modules.VariableSize; using Newtonsoft.Json; namespace NewHorizons.External.Configs diff --git a/NewHorizons/External/Configs/TranslationConfig.cs b/NewHorizons/External/Configs/TranslationConfig.cs index 6ca69d8f..4f3371ca 100644 --- a/NewHorizons/External/Configs/TranslationConfig.cs +++ b/NewHorizons/External/Configs/TranslationConfig.cs @@ -1,4 +1,3 @@ -using System; using System.Collections.Generic; using System.IO; using Newtonsoft.Json; diff --git a/NewHorizons/External/Modules/AmbientLightModule.cs b/NewHorizons/External/Modules/AmbientLightModule.cs index bff135c8..4b618cee 100644 --- a/NewHorizons/External/Modules/AmbientLightModule.cs +++ b/NewHorizons/External/Modules/AmbientLightModule.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using NewHorizons.Utility; diff --git a/NewHorizons/External/Modules/BrambleModule.cs b/NewHorizons/External/Modules/BrambleModule.cs index 63f48abd..78619baf 100644 --- a/NewHorizons/External/Modules/BrambleModule.cs +++ b/NewHorizons/External/Modules/BrambleModule.cs @@ -2,12 +2,8 @@ using NewHorizons.Utility; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System; -using System.Collections.Generic; using System.ComponentModel; using System.Runtime.Serialization; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace NewHorizons.External.Modules { diff --git a/NewHorizons/External/Modules/CloakModule.cs b/NewHorizons/External/Modules/CloakModule.cs index 0bb68d0d..83d52012 100644 --- a/NewHorizons/External/Modules/CloakModule.cs +++ b/NewHorizons/External/Modules/CloakModule.cs @@ -1,9 +1,5 @@ using System; -using System.ComponentModel; -using System.Runtime.Serialization; -using NewHorizons.Utility; using Newtonsoft.Json; -using Newtonsoft.Json.Converters; namespace NewHorizons.External.Modules { diff --git a/NewHorizons/External/Modules/Props/EchoesOfTheEye/ProjectionInfo.cs b/NewHorizons/External/Modules/Props/EchoesOfTheEye/ProjectionInfo.cs index 4b0f2cde..f56e2cac 100644 --- a/NewHorizons/External/Modules/Props/EchoesOfTheEye/ProjectionInfo.cs +++ b/NewHorizons/External/Modules/Props/EchoesOfTheEye/ProjectionInfo.cs @@ -2,7 +2,6 @@ using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System.ComponentModel; using System.Runtime.Serialization; -using static NewHorizons.External.Modules.PropModule; namespace NewHorizons.External.Modules.Props.EchoesOfTheEye { diff --git a/NewHorizons/External/Modules/Props/Quantum/QuantumGroupInfo.cs b/NewHorizons/External/Modules/Props/Quantum/QuantumGroupInfo.cs index 1809a91f..bb76c6e3 100644 --- a/NewHorizons/External/Modules/Props/Quantum/QuantumGroupInfo.cs +++ b/NewHorizons/External/Modules/Props/Quantum/QuantumGroupInfo.cs @@ -1,6 +1,5 @@ using Newtonsoft.Json; using System.ComponentModel; -using static NewHorizons.External.Modules.PropModule; namespace NewHorizons.External.Modules.Props.Quantum { diff --git a/NewHorizons/External/Modules/Props/TranslatorText/NomaiTextInfo.cs b/NewHorizons/External/Modules/Props/TranslatorText/NomaiTextInfo.cs index b31b04a9..b322a093 100644 --- a/NewHorizons/External/Modules/Props/TranslatorText/NomaiTextInfo.cs +++ b/NewHorizons/External/Modules/Props/TranslatorText/NomaiTextInfo.cs @@ -1,7 +1,6 @@ using NewHorizons.Utility; using Newtonsoft.Json; using System.ComponentModel; -using static NewHorizons.External.Modules.PropModule; namespace NewHorizons.External.Modules.TranslatorText { diff --git a/NewHorizons/External/Modules/Props/TranslatorText/TranslatorTextInfo.cs b/NewHorizons/External/Modules/Props/TranslatorText/TranslatorTextInfo.cs index 10a55b6d..d21e9776 100644 --- a/NewHorizons/External/Modules/Props/TranslatorText/TranslatorTextInfo.cs +++ b/NewHorizons/External/Modules/Props/TranslatorText/TranslatorTextInfo.cs @@ -1,7 +1,6 @@ using NewHorizons.Utility; using Newtonsoft.Json; using System.ComponentModel; -using static NewHorizons.External.Modules.PropModule; namespace NewHorizons.External.Modules.TranslatorText { diff --git a/NewHorizons/External/Modules/ReferenceFrameModule.cs b/NewHorizons/External/Modules/ReferenceFrameModule.cs index 61cba550..dbde93db 100644 --- a/NewHorizons/External/Modules/ReferenceFrameModule.cs +++ b/NewHorizons/External/Modules/ReferenceFrameModule.cs @@ -1,9 +1,6 @@ -using System; using System.ComponentModel; -using System.Runtime.Serialization; using NewHorizons.Utility; using Newtonsoft.Json; -using Newtonsoft.Json.Converters; namespace NewHorizons.External.Modules { diff --git a/NewHorizons/External/Modules/ShockEffectModule.cs b/NewHorizons/External/Modules/ShockEffectModule.cs index d19e27d8..d099c2cf 100644 --- a/NewHorizons/External/Modules/ShockEffectModule.cs +++ b/NewHorizons/External/Modules/ShockEffectModule.cs @@ -1,10 +1,5 @@ using Newtonsoft.Json; -using System; -using System.Collections.Generic; using System.ComponentModel; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace NewHorizons.External.Modules { diff --git a/NewHorizons/External/Modules/SignalModule.cs b/NewHorizons/External/Modules/SignalModule.cs index e06405ff..ee54f9ad 100644 --- a/NewHorizons/External/Modules/SignalModule.cs +++ b/NewHorizons/External/Modules/SignalModule.cs @@ -1,7 +1,6 @@ using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; -using NewHorizons.Utility; using Newtonsoft.Json; namespace NewHorizons.External.Modules diff --git a/NewHorizons/External/Modules/VariableSize/SingularityModule.cs b/NewHorizons/External/Modules/VariableSize/SingularityModule.cs index 522ca7c4..d85a399c 100644 --- a/NewHorizons/External/Modules/VariableSize/SingularityModule.cs +++ b/NewHorizons/External/Modules/VariableSize/SingularityModule.cs @@ -1,8 +1,6 @@ using System; -using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Runtime.Serialization; -using NewHorizons.Utility; using Newtonsoft.Json; using Newtonsoft.Json.Converters; diff --git a/NewHorizons/External/Modules/VariableSize/StarModule.cs b/NewHorizons/External/Modules/VariableSize/StarModule.cs index 65ec8a8f..dfb37631 100644 --- a/NewHorizons/External/Modules/VariableSize/StarModule.cs +++ b/NewHorizons/External/Modules/VariableSize/StarModule.cs @@ -2,7 +2,6 @@ using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Runtime.Serialization; -using NewHorizons.External.Configs; using NewHorizons.Utility; using Newtonsoft.Json; using Newtonsoft.Json.Converters; diff --git a/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs b/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs index 5e5767b1..cb1649ee 100644 --- a/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs +++ b/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs @@ -1,5 +1,4 @@ using Newtonsoft.Json; -using UnityEngine; namespace NewHorizons.External.Modules.VariableSize { diff --git a/NewHorizons/External/Modules/Volumes/VolumesModule.cs b/NewHorizons/External/Modules/Volumes/VolumesModule.cs index d0bf02b1..67d255a4 100644 --- a/NewHorizons/External/Modules/Volumes/VolumesModule.cs +++ b/NewHorizons/External/Modules/Volumes/VolumesModule.cs @@ -1,15 +1,4 @@ -using NewHorizons.External.Modules.Audio; -using NewHorizons.Utility; using Newtonsoft.Json; -using Newtonsoft.Json.Converters; -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.ComponentModel.DataAnnotations; -using System.Linq; -using System.Runtime.Serialization; -using System.Text; -using System.Threading.Tasks; namespace NewHorizons.External.Modules.Volumes { diff --git a/NewHorizons/Handlers/EyeSceneHandler.cs b/NewHorizons/Handlers/EyeSceneHandler.cs index c6c4d797..3b2e2a1a 100644 --- a/NewHorizons/Handlers/EyeSceneHandler.cs +++ b/NewHorizons/Handlers/EyeSceneHandler.cs @@ -1,6 +1,5 @@ using NewHorizons.Builder.General; using NewHorizons.Components; -using NewHorizons.Components.Orbital; using NewHorizons.Components.Stars; using NewHorizons.Utility; using UnityEngine; diff --git a/NewHorizons/Handlers/InterferenceHandler.cs b/NewHorizons/Handlers/InterferenceHandler.cs index 23495653..d0ecf80f 100644 --- a/NewHorizons/Handlers/InterferenceHandler.cs +++ b/NewHorizons/Handlers/InterferenceHandler.cs @@ -1,8 +1,5 @@ -using System; using System.Collections.Generic; using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace NewHorizons.Handlers { diff --git a/NewHorizons/Handlers/PlanetDestructionHandler.cs b/NewHorizons/Handlers/PlanetDestructionHandler.cs index 3cd34466..fe895b4f 100644 --- a/NewHorizons/Handlers/PlanetDestructionHandler.cs +++ b/NewHorizons/Handlers/PlanetDestructionHandler.cs @@ -2,7 +2,6 @@ using NewHorizons.Components.Stars; using NewHorizons.Utility; using NewHorizons.Utility.OWMLUtilities; using NewHorizons.Utility.OWUtilities; -using OWML.Utils; using System; using System.Collections.Generic; using System.Linq; diff --git a/NewHorizons/Handlers/ProxyHandler.cs b/NewHorizons/Handlers/ProxyHandler.cs index ca0526aa..090d519d 100644 --- a/NewHorizons/Handlers/ProxyHandler.cs +++ b/NewHorizons/Handlers/ProxyHandler.cs @@ -1,9 +1,5 @@ using NewHorizons.Components; -using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace NewHorizons.Handlers { diff --git a/NewHorizons/Handlers/RemoteHandler.cs b/NewHorizons/Handlers/RemoteHandler.cs index 539dcf28..b6cd4ebe 100644 --- a/NewHorizons/Handlers/RemoteHandler.cs +++ b/NewHorizons/Handlers/RemoteHandler.cs @@ -1,10 +1,7 @@ using NewHorizons.Utility.OWMLUtilities; -using OWML.Common; using OWML.Utils; using System; using System.Collections.Generic; -using System.Linq; -using UnityEngine; using Logger = NewHorizons.Utility.Logger; namespace NewHorizons.Handlers diff --git a/NewHorizons/Handlers/SystemCreationHandler.cs b/NewHorizons/Handlers/SystemCreationHandler.cs index 594128e8..22df1250 100644 --- a/NewHorizons/Handlers/SystemCreationHandler.cs +++ b/NewHorizons/Handlers/SystemCreationHandler.cs @@ -4,7 +4,6 @@ using NewHorizons.Utility; using NewHorizons.Utility.OWMLUtilities; using NewHorizons.Utility.OWUtilities; using UnityEngine; -using Logger = NewHorizons.Utility.Logger; using Object = UnityEngine.Object; namespace NewHorizons.Handlers { diff --git a/NewHorizons/Handlers/VesselCoordinatePromptHandler.cs b/NewHorizons/Handlers/VesselCoordinatePromptHandler.cs index c5871604..e5cdbfe3 100644 --- a/NewHorizons/Handlers/VesselCoordinatePromptHandler.cs +++ b/NewHorizons/Handlers/VesselCoordinatePromptHandler.cs @@ -3,7 +3,6 @@ using NewHorizons.Utility; using System; using System.Collections.Generic; using System.Linq; -using System.Xml.Linq; using UnityEngine; using static NewHorizons.External.Configs.StarSystemConfig; diff --git a/NewHorizons/Handlers/VesselWarpHandler.cs b/NewHorizons/Handlers/VesselWarpHandler.cs index b298010f..cfb09dbf 100644 --- a/NewHorizons/Handlers/VesselWarpHandler.cs +++ b/NewHorizons/Handlers/VesselWarpHandler.cs @@ -1,12 +1,8 @@ -using System; -using System.Collections.Generic; -using System.Linq; using UnityEngine; using NewHorizons.Components; using NewHorizons.Utility; using Logger = NewHorizons.Utility.Logger; using static NewHorizons.Main; -using NewHorizons.Components.Orbital; using NewHorizons.Builder.Props; using NewHorizons.Utility.OWMLUtilities; using NewHorizons.Utility.OWUtilities; diff --git a/NewHorizons/OtherMods/AchievementsPlus/NH/EatenOutsideBrambleAchievement.cs b/NewHorizons/OtherMods/AchievementsPlus/NH/EatenOutsideBrambleAchievement.cs index 67f189bc..0462ba2e 100644 --- a/NewHorizons/OtherMods/AchievementsPlus/NH/EatenOutsideBrambleAchievement.cs +++ b/NewHorizons/OtherMods/AchievementsPlus/NH/EatenOutsideBrambleAchievement.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - namespace NewHorizons.OtherMods.AchievementsPlus.NH { public static class EatenOutsideBrambleAchievement diff --git a/NewHorizons/OtherMods/AchievementsPlus/NH/MultipleSystemAchievement.cs b/NewHorizons/OtherMods/AchievementsPlus/NH/MultipleSystemAchievement.cs index 1d7e6d3f..8c0334e3 100644 --- a/NewHorizons/OtherMods/AchievementsPlus/NH/MultipleSystemAchievement.cs +++ b/NewHorizons/OtherMods/AchievementsPlus/NH/MultipleSystemAchievement.cs @@ -1,8 +1,4 @@ -using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace NewHorizons.OtherMods.AchievementsPlus.NH { diff --git a/NewHorizons/OtherMods/AchievementsPlus/NH/NewFrequencyAchievement.cs b/NewHorizons/OtherMods/AchievementsPlus/NH/NewFrequencyAchievement.cs index 6a2ff325..d4f373a0 100644 --- a/NewHorizons/OtherMods/AchievementsPlus/NH/NewFrequencyAchievement.cs +++ b/NewHorizons/OtherMods/AchievementsPlus/NH/NewFrequencyAchievement.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - namespace NewHorizons.OtherMods.AchievementsPlus.NH { public static class NewFrequencyAchievement diff --git a/NewHorizons/OtherMods/AchievementsPlus/NH/ProbeLostAchievement.cs b/NewHorizons/OtherMods/AchievementsPlus/NH/ProbeLostAchievement.cs index b99a58cc..3a20d8ee 100644 --- a/NewHorizons/OtherMods/AchievementsPlus/NH/ProbeLostAchievement.cs +++ b/NewHorizons/OtherMods/AchievementsPlus/NH/ProbeLostAchievement.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - namespace NewHorizons.OtherMods.AchievementsPlus.NH { public static class ProbeLostAchievement diff --git a/NewHorizons/OtherMods/AchievementsPlus/NH/RaftingAchievement.cs b/NewHorizons/OtherMods/AchievementsPlus/NH/RaftingAchievement.cs index 8fd2a23e..1bedf163 100644 --- a/NewHorizons/OtherMods/AchievementsPlus/NH/RaftingAchievement.cs +++ b/NewHorizons/OtherMods/AchievementsPlus/NH/RaftingAchievement.cs @@ -1,9 +1,4 @@ using NewHorizons.Components.Achievement; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace NewHorizons.OtherMods.AchievementsPlus.NH { diff --git a/NewHorizons/OtherMods/AchievementsPlus/NH/SuckedIntoLavaByTornadoAchievement.cs b/NewHorizons/OtherMods/AchievementsPlus/NH/SuckedIntoLavaByTornadoAchievement.cs index 066eed0b..2548f844 100644 --- a/NewHorizons/OtherMods/AchievementsPlus/NH/SuckedIntoLavaByTornadoAchievement.cs +++ b/NewHorizons/OtherMods/AchievementsPlus/NH/SuckedIntoLavaByTornadoAchievement.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace NewHorizons.OtherMods.AchievementsPlus.NH { diff --git a/NewHorizons/OtherMods/AchievementsPlus/NH/TalkToFiveCharactersAchievement.cs b/NewHorizons/OtherMods/AchievementsPlus/NH/TalkToFiveCharactersAchievement.cs index b2947bd7..d9e7a5f1 100644 --- a/NewHorizons/OtherMods/AchievementsPlus/NH/TalkToFiveCharactersAchievement.cs +++ b/NewHorizons/OtherMods/AchievementsPlus/NH/TalkToFiveCharactersAchievement.cs @@ -1,9 +1,4 @@ using NewHorizons.External; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace NewHorizons.OtherMods.AchievementsPlus.NH { diff --git a/NewHorizons/OtherMods/AchievementsPlus/NH/VesselWarpAchievement.cs b/NewHorizons/OtherMods/AchievementsPlus/NH/VesselWarpAchievement.cs index 3f1115dd..f58508a2 100644 --- a/NewHorizons/OtherMods/AchievementsPlus/NH/VesselWarpAchievement.cs +++ b/NewHorizons/OtherMods/AchievementsPlus/NH/VesselWarpAchievement.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - namespace NewHorizons.OtherMods.AchievementsPlus.NH { public static class VesselWarpAchievement diff --git a/NewHorizons/OtherMods/AchievementsPlus/NH/WarpDriveAchievement.cs b/NewHorizons/OtherMods/AchievementsPlus/NH/WarpDriveAchievement.cs index 1a05ed89..18668162 100644 --- a/NewHorizons/OtherMods/AchievementsPlus/NH/WarpDriveAchievement.cs +++ b/NewHorizons/OtherMods/AchievementsPlus/NH/WarpDriveAchievement.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - namespace NewHorizons.OtherMods.AchievementsPlus.NH { public static class WarpDriveAchievement diff --git a/NewHorizons/OtherMods/CommonCameraUtility/CommonCameraHandler.cs b/NewHorizons/OtherMods/CommonCameraUtility/CommonCameraHandler.cs index e344a57f..a0fee2fe 100644 --- a/NewHorizons/OtherMods/CommonCameraUtility/CommonCameraHandler.cs +++ b/NewHorizons/OtherMods/CommonCameraUtility/CommonCameraHandler.cs @@ -1,4 +1,3 @@ -using NewHorizons.OtherMods.MenuFramework; using Logger = NewHorizons.Utility.Logger; namespace NewHorizons.OtherMods.CommonCameraUtility diff --git a/NewHorizons/OtherMods/OWRichPresence/RichPresenceHandler.cs b/NewHorizons/OtherMods/OWRichPresence/RichPresenceHandler.cs index 70ef2184..313435f5 100644 --- a/NewHorizons/OtherMods/OWRichPresence/RichPresenceHandler.cs +++ b/NewHorizons/OtherMods/OWRichPresence/RichPresenceHandler.cs @@ -1,11 +1,7 @@ using NewHorizons.Components.ShipLog; using NewHorizons.Handlers; -using NewHorizons.Utility; using System; -using System.IO; -using System.Linq; using UnityEngine; -using UnityEngine.SceneManagement; using Logger = NewHorizons.Utility.Logger; namespace NewHorizons.OtherMods.OWRichPresence diff --git a/NewHorizons/Patches/PlayerPatches/PlayerCameraControllerPatches.cs b/NewHorizons/Patches/PlayerPatches/PlayerCameraControllerPatches.cs index 12ae0e8c..9f0627fe 100644 --- a/NewHorizons/Patches/PlayerPatches/PlayerCameraControllerPatches.cs +++ b/NewHorizons/Patches/PlayerPatches/PlayerCameraControllerPatches.cs @@ -1,10 +1,4 @@ using HarmonyLib; -using NewHorizons.Utility.OWMLUtilities; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace NewHorizons.Patches.PlayerPatches { diff --git a/NewHorizons/Patches/StreamingPatches/StreamingManagerPatches.cs b/NewHorizons/Patches/StreamingPatches/StreamingManagerPatches.cs index db34067c..f19e70d0 100644 --- a/NewHorizons/Patches/StreamingPatches/StreamingManagerPatches.cs +++ b/NewHorizons/Patches/StreamingPatches/StreamingManagerPatches.cs @@ -1,6 +1,5 @@ using HarmonyLib; using NewHorizons.Handlers; -using OWML.Logging; namespace NewHorizons.Patches.StreamingPatches { diff --git a/NewHorizons/Patches/ToolPatches/SurveyorProbePatches.cs b/NewHorizons/Patches/ToolPatches/SurveyorProbePatches.cs index a5f33f20..296fef05 100644 --- a/NewHorizons/Patches/ToolPatches/SurveyorProbePatches.cs +++ b/NewHorizons/Patches/ToolPatches/SurveyorProbePatches.cs @@ -1,5 +1,4 @@ using HarmonyLib; -using System; namespace NewHorizons.Patches.ToolPatches { diff --git a/NewHorizons/Patches/VolumePatches/DestructionVolumePatches.cs b/NewHorizons/Patches/VolumePatches/DestructionVolumePatches.cs index 3203e335..0dd86a57 100644 --- a/NewHorizons/Patches/VolumePatches/DestructionVolumePatches.cs +++ b/NewHorizons/Patches/VolumePatches/DestructionVolumePatches.cs @@ -1,10 +1,5 @@ using HarmonyLib; using NewHorizons.Components.Quantum; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace NewHorizons.Patches.VolumePatches { diff --git a/NewHorizons/Utility/AssetBundleUtilities.cs b/NewHorizons/Utility/AssetBundleUtilities.cs index 2b7d6c41..dff9efef 100644 --- a/NewHorizons/Utility/AssetBundleUtilities.cs +++ b/NewHorizons/Utility/AssetBundleUtilities.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; using System.IO; using UnityEngine; + namespace NewHorizons.Utility { public static class AssetBundleUtilities diff --git a/NewHorizons/Utility/AudioUtilities.cs b/NewHorizons/Utility/AudioUtilities.cs index 9099085d..f7d07126 100644 --- a/NewHorizons/Utility/AudioUtilities.cs +++ b/NewHorizons/Utility/AudioUtilities.cs @@ -3,7 +3,6 @@ using OWML.Utils; using System; using System.Collections.Generic; using System.IO; -using System.Linq; using System.Threading.Tasks; using UnityEngine; using UnityEngine.Networking; diff --git a/NewHorizons/Utility/DebugMenu/DebugMenu.cs b/NewHorizons/Utility/DebugMenu/DebugMenu.cs index 799b5e51..cc71e475 100644 --- a/NewHorizons/Utility/DebugMenu/DebugMenu.cs +++ b/NewHorizons/Utility/DebugMenu/DebugMenu.cs @@ -1,6 +1,4 @@ -using NewHorizons.External; using NewHorizons.External.Configs; -using NewHorizons.External.Modules; using NewHorizons.Handlers; using Newtonsoft.Json; using OWML.Common; @@ -9,10 +7,7 @@ using System; using System.Collections.Generic; using System.IO; using System.Linq; -using System.Text; -using System.Threading.Tasks; using UnityEngine; -using UnityEngine.InputSystem; namespace NewHorizons.Utility.DebugMenu { diff --git a/NewHorizons/Utility/DebugMenu/DebugMenuPropPlacer.cs b/NewHorizons/Utility/DebugMenu/DebugMenuPropPlacer.cs index a518c844..d9f91d88 100644 --- a/NewHorizons/Utility/DebugMenu/DebugMenuPropPlacer.cs +++ b/NewHorizons/Utility/DebugMenu/DebugMenuPropPlacer.cs @@ -5,11 +5,8 @@ using NewHorizons.Utility.DebugUtilities; using NewHorizons.Utility.Geometry; using NewHorizons.Utility.OWUtilities; using Newtonsoft.Json; -using System; using System.Collections.Generic; using System.Linq; -using System.Text; -using System.Threading.Tasks; using UnityEngine; namespace NewHorizons.Utility.DebugMenu diff --git a/NewHorizons/Utility/DebugMenu/DebugMenuShipLogs.cs b/NewHorizons/Utility/DebugMenu/DebugMenuShipLogs.cs index fdb27b3e..53adf2af 100644 --- a/NewHorizons/Utility/DebugMenu/DebugMenuShipLogs.cs +++ b/NewHorizons/Utility/DebugMenu/DebugMenuShipLogs.cs @@ -2,11 +2,7 @@ using HarmonyLib; using NewHorizons.External.Configs; using NewHorizons.External.Modules; using Newtonsoft.Json; -using System; -using System.Collections.Generic; using System.Linq; -using System.Text; -using System.Threading.Tasks; using UnityEngine; namespace NewHorizons.Utility.DebugMenu diff --git a/NewHorizons/Utility/DebugMenu/DebugSubmenu.cs b/NewHorizons/Utility/DebugMenu/DebugSubmenu.cs index 85e12e65..054e06fd 100644 --- a/NewHorizons/Utility/DebugMenu/DebugSubmenu.cs +++ b/NewHorizons/Utility/DebugMenu/DebugSubmenu.cs @@ -1,9 +1,4 @@ using NewHorizons.External.Configs; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace NewHorizons.Utility.DebugMenu { diff --git a/NewHorizons/Utility/DebugUtilities/DebugPropPlacer.cs b/NewHorizons/Utility/DebugUtilities/DebugPropPlacer.cs index 883faaf8..454db82f 100644 --- a/NewHorizons/Utility/DebugUtilities/DebugPropPlacer.cs +++ b/NewHorizons/Utility/DebugUtilities/DebugPropPlacer.cs @@ -1,6 +1,5 @@ using NewHorizons.Builder.Props; using NewHorizons.External.Configs; -using NewHorizons.External.Modules; using NewHorizons.External.Modules.Props; using NewHorizons.Handlers; using NewHorizons.Utility.OWUtilities; diff --git a/NewHorizons/Utility/DebugUtilities/DebugRaycastData.cs b/NewHorizons/Utility/DebugUtilities/DebugRaycastData.cs index 8ccd65a6..493ecc9a 100644 --- a/NewHorizons/Utility/DebugUtilities/DebugRaycastData.cs +++ b/NewHorizons/Utility/DebugUtilities/DebugRaycastData.cs @@ -1,8 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using UnityEngine; namespace NewHorizons.Utility.DebugUtilities diff --git a/NewHorizons/Utility/DebugUtilities/DebugReload.cs b/NewHorizons/Utility/DebugUtilities/DebugReload.cs index 1bb6e639..85a7b0b0 100644 --- a/NewHorizons/Utility/DebugUtilities/DebugReload.cs +++ b/NewHorizons/Utility/DebugUtilities/DebugReload.cs @@ -2,7 +2,6 @@ using NewHorizons.Handlers; using OWML.Common; using OWML.Common.Menus; using System; -using UnityEngine; namespace NewHorizons.Utility.DebugUtilities { diff --git a/NewHorizons/Utility/MGradient.cs b/NewHorizons/Utility/MGradient.cs index dc4fe1ec..f142881e 100644 --- a/NewHorizons/Utility/MGradient.cs +++ b/NewHorizons/Utility/MGradient.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Newtonsoft.Json; +using Newtonsoft.Json; namespace NewHorizons.Utility { diff --git a/NewHorizons/Utility/MMesh.cs b/NewHorizons/Utility/MMesh.cs index 6ab39722..2fb28193 100644 --- a/NewHorizons/Utility/MMesh.cs +++ b/NewHorizons/Utility/MMesh.cs @@ -1,4 +1,3 @@ -using System.ComponentModel; using System.Linq; using Newtonsoft.Json; using UnityEngine; diff --git a/NewHorizons/Utility/NewHorizonsSystem.cs b/NewHorizons/Utility/NewHorizonsSystem.cs index be9a539f..75fdcd9e 100644 --- a/NewHorizons/Utility/NewHorizonsSystem.cs +++ b/NewHorizons/Utility/NewHorizonsSystem.cs @@ -1,10 +1,6 @@ using NewHorizons.External.Configs; using NewHorizons.External.Modules; using OWML.Common; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; namespace NewHorizons.Utility {