diff --git a/AASBufferFix/AASBufferHelper.cs b/AASBufferFix/AASBufferHelper.cs index aec0fbd..78bda22 100644 --- a/AASBufferFix/AASBufferHelper.cs +++ b/AASBufferFix/AASBufferHelper.cs @@ -2,7 +2,7 @@ using ABI_RC.Core.Player; using UnityEngine; -namespace NAK.Melons.AASBufferFix; +namespace NAK.AASBufferFix; public class AASBufferHelper : MonoBehaviour { diff --git a/AASBufferFix/HarmonyPatches.cs b/AASBufferFix/HarmonyPatches.cs index ad559c2..4d712e0 100644 --- a/AASBufferFix/HarmonyPatches.cs +++ b/AASBufferFix/HarmonyPatches.cs @@ -4,7 +4,7 @@ using ABI_RC.Core.Player; using HarmonyLib; using UnityEngine; -namespace NAK.Melons.AASBufferFix.HarmonyPatches; +namespace NAK.AASBufferFix.HarmonyPatches; [HarmonyPatch] internal class HarmonyPatches diff --git a/AASBufferFix/Main.cs b/AASBufferFix/Main.cs index 6dea0d2..ced7968 100644 --- a/AASBufferFix/Main.cs +++ b/AASBufferFix/Main.cs @@ -1,6 +1,6 @@ using MelonLoader; -namespace NAK.Melons.AASBufferFix; +namespace NAK.AASBufferFix; public class AASBufferFix : MelonMod { diff --git a/AASBufferFix/Properties/AssemblyInfo.cs b/AASBufferFix/Properties/AssemblyInfo.cs index 67c5476..627a405 100644 --- a/AASBufferFix/Properties/AssemblyInfo.cs +++ b/AASBufferFix/Properties/AssemblyInfo.cs @@ -1,18 +1,18 @@ using MelonLoader; -using NAK.Melons.AASBufferFix.Properties; +using NAK.AASBufferFix.Properties; using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.AASBufferFix))] +[assembly: AssemblyTitle(nameof(NAK.AASBufferFix))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.AASBufferFix))] +[assembly: AssemblyProduct(nameof(NAK.AASBufferFix))] [assembly: MelonInfo( - typeof(NAK.Melons.AASBufferFix.AASBufferFix), - nameof(NAK.Melons.AASBufferFix), + typeof(NAK.AASBufferFix.AASBufferFix), + nameof(NAK.AASBufferFix), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/AASBufferFix" @@ -22,7 +22,7 @@ using System.Reflection; [assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] -namespace NAK.Melons.AASBufferFix.Properties; +namespace NAK.AASBufferFix.Properties; internal static class AssemblyInfoParams { public const string Version = "1.0.5"; diff --git a/AASBufferFix/Utils.cs b/AASBufferFix/Utils.cs index b66e042..3347386 100644 --- a/AASBufferFix/Utils.cs +++ b/AASBufferFix/Utils.cs @@ -1,6 +1,6 @@ using UnityEngine; -namespace NAK.Melons.AASBufferFix; +namespace NAK.AASBufferFix; public class Utils { diff --git a/BadAnimatorFix/BadAnimatorFix.cs b/BadAnimatorFix/BadAnimatorFix.cs index 494ce52..3ad9d91 100644 --- a/BadAnimatorFix/BadAnimatorFix.cs +++ b/BadAnimatorFix/BadAnimatorFix.cs @@ -1,7 +1,7 @@ using UnityEngine; using UnityEngine.Playables; -namespace NAK.Melons.BadAnimatorFix; +namespace NAK.BadAnimatorFix; public class BadAnimatorFix : MonoBehaviour { diff --git a/BadAnimatorFix/BadAnimatorFixManager.cs b/BadAnimatorFix/BadAnimatorFixManager.cs index 6497ca4..c5ddedf 100644 --- a/BadAnimatorFix/BadAnimatorFixManager.cs +++ b/BadAnimatorFix/BadAnimatorFixManager.cs @@ -2,7 +2,7 @@ using UnityEngine; using UnityEngine.SceneManagement; -namespace NAK.Melons.BadAnimatorFix; +namespace NAK.BadAnimatorFix; public static class BadAnimatorFixManager { diff --git a/BadAnimatorFix/HarmonyPatches.cs b/BadAnimatorFix/HarmonyPatches.cs index a372d48..0940365 100644 --- a/BadAnimatorFix/HarmonyPatches.cs +++ b/BadAnimatorFix/HarmonyPatches.cs @@ -4,7 +4,7 @@ using ABI_RC.Core.Player; using HarmonyLib; using UnityEngine; -namespace NAK.Melons.BadAnimatorFix.HarmonyPatches; +namespace NAK.BadAnimatorFix.HarmonyPatches; internal static class AnimatorPatches { diff --git a/BadAnimatorFix/Main.cs b/BadAnimatorFix/Main.cs index c25f91f..623bbae 100644 --- a/BadAnimatorFix/Main.cs +++ b/BadAnimatorFix/Main.cs @@ -1,6 +1,6 @@ using MelonLoader; -namespace NAK.Melons.BadAnimatorFix; +namespace NAK.BadAnimatorFix; public class BadAnimatorFixMod : MelonMod { diff --git a/BadAnimatorFix/Properties/AssemblyInfo.cs b/BadAnimatorFix/Properties/AssemblyInfo.cs index 4b98794..9cab0f4 100644 --- a/BadAnimatorFix/Properties/AssemblyInfo.cs +++ b/BadAnimatorFix/Properties/AssemblyInfo.cs @@ -1,17 +1,17 @@ using MelonLoader; -using NAK.Melons.BadAnimatorFix.Properties; +using NAK.BadAnimatorFix.Properties; using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.BadAnimatorFix))] +[assembly: AssemblyTitle(nameof(NAK.BadAnimatorFix))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.BadAnimatorFix))] +[assembly: AssemblyProduct(nameof(NAK.BadAnimatorFix))] [assembly: MelonInfo( - typeof(NAK.Melons.BadAnimatorFix.BadAnimatorFixMod), - nameof(NAK.Melons.BadAnimatorFix), + typeof(NAK.BadAnimatorFix.BadAnimatorFixMod), + nameof(NAK.BadAnimatorFix), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/BadAnimatorFix" @@ -22,7 +22,7 @@ using System.Reflection; [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] [assembly: HarmonyDontPatchAll] -namespace NAK.Melons.BadAnimatorFix.Properties; +namespace NAK.BadAnimatorFix.Properties; internal static class AssemblyInfoParams { public const string Version = "1.0.0"; diff --git a/Blackout/AssetHandler.cs b/Blackout/AssetHandler.cs index db52492..729ccf6 100644 --- a/Blackout/AssetHandler.cs +++ b/Blackout/AssetHandler.cs @@ -1,7 +1,7 @@ using System.Reflection; using UnityEngine; -namespace NAK.Melons.Blackout; +namespace NAK.Blackout; /* diff --git a/Blackout/BlackoutController.cs b/Blackout/BlackoutController.cs index 790024c..05357e0 100644 --- a/Blackout/BlackoutController.cs +++ b/Blackout/BlackoutController.cs @@ -5,7 +5,7 @@ using MelonLoader; using System.Text; using UnityEngine; -namespace NAK.Melons.Blackout; +namespace NAK.Blackout; /* diff --git a/Blackout/HarmonyPatches.cs b/Blackout/HarmonyPatches.cs index eb53c70..7ffa6ed 100644 --- a/Blackout/HarmonyPatches.cs +++ b/Blackout/HarmonyPatches.cs @@ -3,7 +3,7 @@ using ABI_RC.Core.Savior; using HarmonyLib; using MelonLoader; -namespace NAK.Melons.Blackout.HarmonyPatches; +namespace NAK.Blackout.HarmonyPatches; [HarmonyPatch] internal class HarmonyPatches diff --git a/Blackout/Integrations/BTKUIAddon.cs b/Blackout/Integrations/BTKUIAddon.cs index e0fb660..717426c 100644 --- a/Blackout/Integrations/BTKUIAddon.cs +++ b/Blackout/Integrations/BTKUIAddon.cs @@ -2,7 +2,7 @@ using BTKUILib.UIObjects; using System.Runtime.CompilerServices; -namespace NAK.Melons.Blackout; +namespace NAK.Blackout; public static class BTKUIAddon { diff --git a/Blackout/Integrations/UIExpansionKitAddon.cs b/Blackout/Integrations/UIExpansionKitAddon.cs index 3e6a4a6..440e4f1 100644 --- a/Blackout/Integrations/UIExpansionKitAddon.cs +++ b/Blackout/Integrations/UIExpansionKitAddon.cs @@ -1,7 +1,7 @@ using System.Runtime.CompilerServices; using UIExpansionKit.API; -namespace NAK.Melons.Blackout; +namespace NAK.Blackout; public static class UIExpansionKitAddon { [MethodImpl(MethodImplOptions.NoInlining)] diff --git a/Blackout/Main.cs b/Blackout/Main.cs index fbc473b..b341866 100644 --- a/Blackout/Main.cs +++ b/Blackout/Main.cs @@ -2,7 +2,7 @@ using ABI_RC.Core.Savior; using MelonLoader; -namespace NAK.Melons.Blackout; +namespace NAK.Blackout; public class Blackout : MelonMod { diff --git a/Blackout/Properties/AssemblyInfo.cs b/Blackout/Properties/AssemblyInfo.cs index e69e1a5..5663398 100644 --- a/Blackout/Properties/AssemblyInfo.cs +++ b/Blackout/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using NAK.Melons.Blackout.Properties; +using NAK.Blackout.Properties; using MelonLoader; using System.Reflection; @@ -6,13 +6,13 @@ using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.Blackout))] +[assembly: AssemblyTitle(nameof(NAK.Blackout))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.Blackout))] +[assembly: AssemblyProduct(nameof(NAK.Blackout))] [assembly: MelonInfo( - typeof(NAK.Melons.Blackout.Blackout), - nameof(NAK.Melons.Blackout), + typeof(NAK.Blackout.Blackout), + nameof(NAK.Blackout), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/Blackout" @@ -23,7 +23,7 @@ using System.Reflection; [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] [assembly: MelonOptionalDependencies("UIExpansionKit", "BTKUILib")] -namespace NAK.Melons.Blackout.Properties; +namespace NAK.Blackout.Properties; internal static class AssemblyInfoParams { public const string Version = "2.0.0"; diff --git a/Blackout/Resource1.Designer.cs b/Blackout/Resource1.Designer.cs index 0378e77..3928c61 100644 --- a/Blackout/Resource1.Designer.cs +++ b/Blackout/Resource1.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace NAK.Melons.Blackout { +namespace NAK.Blackout { using System; diff --git a/ChatBoxExtensions/HarmonyPatches.cs b/ChatBoxExtensions/HarmonyPatches.cs index 3ab129d..bf2dcd9 100644 --- a/ChatBoxExtensions/HarmonyPatches.cs +++ b/ChatBoxExtensions/HarmonyPatches.cs @@ -1,7 +1,7 @@ using ABI_RC.Core.Savior; using HarmonyLib; -namespace NAK.Melons.ChatBoxExtensions.HarmonyPatches; +namespace NAK.ChatBoxExtensions.HarmonyPatches; public class CVRInputManagerPatches { diff --git a/ChatBoxExtensions/InputModules/InputModuleChatBoxExtensions.cs b/ChatBoxExtensions/InputModules/InputModuleChatBoxExtensions.cs index ff94027..3891d5b 100644 --- a/ChatBoxExtensions/InputModules/InputModuleChatBoxExtensions.cs +++ b/ChatBoxExtensions/InputModules/InputModuleChatBoxExtensions.cs @@ -1,7 +1,7 @@ using ABI_RC.Core.Savior; using UnityEngine; -namespace NAK.Melons.ChatBoxExtensions.InputModules; +namespace NAK.ChatBoxExtensions.InputModules; internal class InputModuleChatBoxExtensions : CVRInputModule { diff --git a/ChatBoxExtensions/Integrations/Base.cs b/ChatBoxExtensions/Integrations/Base.cs index 96208ce..c344a01 100644 --- a/ChatBoxExtensions/Integrations/Base.cs +++ b/ChatBoxExtensions/Integrations/Base.cs @@ -1,7 +1,7 @@ using ABI_RC.Core.Player; using ABI_RC.Core.Savior; -namespace NAK.Melons.ChatBoxExtensions.Integrations; +namespace NAK.ChatBoxExtensions.Integrations; public class CommandBase { diff --git a/ChatBoxExtensions/Integrations/ChatBox.cs b/ChatBoxExtensions/Integrations/ChatBox.cs index 23ae95c..ae8827f 100644 --- a/ChatBoxExtensions/Integrations/ChatBox.cs +++ b/ChatBoxExtensions/Integrations/ChatBox.cs @@ -1,6 +1,6 @@ using Kafe.ChatBox; -namespace NAK.Melons.ChatBoxExtensions.Integrations; +namespace NAK.ChatBoxExtensions.Integrations; internal class ChatBoxCommands : CommandBase { diff --git a/ChatBoxExtensions/Integrations/ChilloutVRBase.cs b/ChatBoxExtensions/Integrations/ChilloutVRBase.cs index c9d7b2f..9898c64 100644 --- a/ChatBoxExtensions/Integrations/ChilloutVRBase.cs +++ b/ChatBoxExtensions/Integrations/ChilloutVRBase.cs @@ -2,7 +2,7 @@ using ABI_RC.Core.Base; using Kafe.ChatBox; -namespace NAK.Melons.ChatBoxExtensions.Integrations; +namespace NAK.ChatBoxExtensions.Integrations; internal class ChilloutVRBaseCommands : CommandBase { diff --git a/ChatBoxExtensions/Integrations/ChilloutVRInput.cs b/ChatBoxExtensions/Integrations/ChilloutVRInput.cs index 155ed66..159de70 100644 --- a/ChatBoxExtensions/Integrations/ChilloutVRInput.cs +++ b/ChatBoxExtensions/Integrations/ChilloutVRInput.cs @@ -1,4 +1,4 @@ -namespace NAK.Melons.ChatBoxExtensions.Integrations; +namespace NAK.ChatBoxExtensions.Integrations; internal class ChilloutVRInputCommands : CommandBase { diff --git a/ChatBoxExtensions/Integrations/Commands.cs b/ChatBoxExtensions/Integrations/Commands.cs index 0309cf7..373059f 100644 --- a/ChatBoxExtensions/Integrations/Commands.cs +++ b/ChatBoxExtensions/Integrations/Commands.cs @@ -1,4 +1,4 @@ -namespace NAK.Melons.ChatBoxExtensions.Integrations; +namespace NAK.ChatBoxExtensions.Integrations; public static class Commands { diff --git a/ChatBoxExtensions/Integrations/PlayerRagdollMod.cs b/ChatBoxExtensions/Integrations/PlayerRagdollMod.cs index 46d0968..ed8e17c 100644 --- a/ChatBoxExtensions/Integrations/PlayerRagdollMod.cs +++ b/ChatBoxExtensions/Integrations/PlayerRagdollMod.cs @@ -1,6 +1,6 @@ using ml_prm; -namespace NAK.Melons.ChatBoxExtensions.Integrations; +namespace NAK.ChatBoxExtensions.Integrations; internal class PlayerRagdollModCommands : CommandBase { diff --git a/ChatBoxExtensions/Main.cs b/ChatBoxExtensions/Main.cs index 8929e57..1d9e7ec 100644 --- a/ChatBoxExtensions/Main.cs +++ b/ChatBoxExtensions/Main.cs @@ -1,7 +1,7 @@ using MelonLoader; -using NAK.Melons.ChatBoxExtensions.InputModules; +using NAK.ChatBoxExtensions.InputModules; -namespace NAK.Melons.ChatBoxExtensions; +namespace NAK.ChatBoxExtensions; public class ChatBoxExtensions : MelonMod { diff --git a/ChatBoxExtensions/Properties/AssemblyInfo.cs b/ChatBoxExtensions/Properties/AssemblyInfo.cs index f9477ce..5a74a41 100644 --- a/ChatBoxExtensions/Properties/AssemblyInfo.cs +++ b/ChatBoxExtensions/Properties/AssemblyInfo.cs @@ -6,13 +6,13 @@ using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.ChatBoxExtensions))] +[assembly: AssemblyTitle(nameof(NAK.ChatBoxExtensions))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.ChatBoxExtensions))] +[assembly: AssemblyProduct(nameof(NAK.ChatBoxExtensions))] [assembly: MelonInfo( - typeof(NAK.Melons.ChatBoxExtensions.ChatBoxExtensions), - nameof(NAK.Melons.ChatBoxExtensions), + typeof(NAK.ChatBoxExtensions.ChatBoxExtensions), + nameof(NAK.ChatBoxExtensions), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/ChatBoxExtensions" diff --git a/ClearHudNotifications/HarmonyPatches.cs b/ClearHudNotifications/HarmonyPatches.cs index 7086c46..b8c2983 100644 --- a/ClearHudNotifications/HarmonyPatches.cs +++ b/ClearHudNotifications/HarmonyPatches.cs @@ -3,7 +3,7 @@ using ABI_RC.Core.UI; using cohtml; using HarmonyLib; -namespace NAK.Melons.ClearHudNotifications.HarmonyPatches; +namespace NAK.ClearHudNotifications.HarmonyPatches; internal static class CohtmlHudPatches { diff --git a/ClearHudNotifications/Main.cs b/ClearHudNotifications/Main.cs index 6fceae9..5b27c2f 100644 --- a/ClearHudNotifications/Main.cs +++ b/ClearHudNotifications/Main.cs @@ -2,7 +2,7 @@ using MelonLoader; using UnityEngine; -namespace NAK.Melons.ClearHudNotifications; +namespace NAK.ClearHudNotifications; public class ClearHudNotifications : MelonMod { diff --git a/ClearHudNotifications/Properties/AssemblyInfo.cs b/ClearHudNotifications/Properties/AssemblyInfo.cs index e754ce5..110ccfc 100644 --- a/ClearHudNotifications/Properties/AssemblyInfo.cs +++ b/ClearHudNotifications/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using NAK.Melons.ClearHudNotifications.Properties; +using NAK.ClearHudNotifications.Properties; using MelonLoader; using System.Reflection; @@ -6,13 +6,13 @@ using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.ClearHudNotifications))] +[assembly: AssemblyTitle(nameof(NAK.ClearHudNotifications))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.ClearHudNotifications))] +[assembly: AssemblyProduct(nameof(NAK.ClearHudNotifications))] [assembly: MelonInfo( - typeof(NAK.Melons.ClearHudNotifications.ClearHudNotifications), - nameof(NAK.Melons.ClearHudNotifications), + typeof(NAK.ClearHudNotifications.ClearHudNotifications), + nameof(NAK.ClearHudNotifications), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/UndoPropButton" @@ -23,7 +23,7 @@ using System.Reflection; [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] [assembly: HarmonyDontPatchAll] -namespace NAK.Melons.ClearHudNotifications.Properties; +namespace NAK.ClearHudNotifications.Properties; internal static class AssemblyInfoParams { public const string Version = "1.0.0"; diff --git a/DesktopVRSwitch/DesktopVRSwitch.cs b/DesktopVRSwitch/DesktopVRSwitch.cs index 30da9de..d4c3419 100644 --- a/DesktopVRSwitch/DesktopVRSwitch.cs +++ b/DesktopVRSwitch/DesktopVRSwitch.cs @@ -1,10 +1,10 @@ -using NAK.Melons.DesktopVRSwitch.Patches; +using NAK.DesktopVRSwitch.Patches; using System.Collections; using UnityEngine; using UnityEngine.XR; using Valve.VR; -namespace NAK.Melons.DesktopVRSwitch; +namespace NAK.DesktopVRSwitch; public class DesktopVRSwitch : MonoBehaviour { diff --git a/DesktopVRSwitch/HarmonyPatches.cs b/DesktopVRSwitch/HarmonyPatches.cs index 50e6e0a..462586a 100644 --- a/DesktopVRSwitch/HarmonyPatches.cs +++ b/DesktopVRSwitch/HarmonyPatches.cs @@ -6,10 +6,10 @@ using ABI_RC.Systems.IK; using ABI_RC.Systems.IK.TrackingModules; using ABI_RC.Systems.MovementSystem; using HarmonyLib; -using NAK.Melons.DesktopVRSwitch.Patches; +using NAK.DesktopVRSwitch.Patches; using UnityEngine; -namespace NAK.Melons.DesktopVRSwitch.HarmonyPatches; +namespace NAK.DesktopVRSwitch.HarmonyPatches; internal class PlayerSetupPatches { diff --git a/DesktopVRSwitch/Main.cs b/DesktopVRSwitch/Main.cs index d61ac90..42953c9 100644 --- a/DesktopVRSwitch/Main.cs +++ b/DesktopVRSwitch/Main.cs @@ -13,7 +13,7 @@ components that may or may not change between builds without breaking the rest of the mod. **/ -namespace NAK.Melons.DesktopVRSwitch; +namespace NAK.DesktopVRSwitch; public class DesktopVRSwitchMod : MelonMod { diff --git a/DesktopVRSwitch/Patches/CVRPickupObjectTracker.cs b/DesktopVRSwitch/Patches/CVRPickupObjectTracker.cs index 20cb1c6..d5832f1 100644 --- a/DesktopVRSwitch/Patches/CVRPickupObjectTracker.cs +++ b/DesktopVRSwitch/Patches/CVRPickupObjectTracker.cs @@ -3,7 +3,7 @@ using UnityEngine; //Thanks Ben! I was scared of transpiler so I reworked a bit... -namespace NAK.Melons.DesktopVRSwitch.Patches; +namespace NAK.DesktopVRSwitch.Patches; public class CVRPickupObjectTracker : MonoBehaviour { diff --git a/DesktopVRSwitch/Patches/CameraFacingObjectTracker.cs b/DesktopVRSwitch/Patches/CameraFacingObjectTracker.cs index e3d59ca..c72a9d3 100644 --- a/DesktopVRSwitch/Patches/CameraFacingObjectTracker.cs +++ b/DesktopVRSwitch/Patches/CameraFacingObjectTracker.cs @@ -1,7 +1,7 @@ using ABI_RC.Core.Util.Object_Behaviour; using UnityEngine; -namespace NAK.Melons.DesktopVRSwitch.Patches; +namespace NAK.DesktopVRSwitch.Patches; public class CameraFacingObjectTracker : MonoBehaviour { diff --git a/DesktopVRSwitch/Patches/IKSystemTracker.cs b/DesktopVRSwitch/Patches/IKSystemTracker.cs index 583aa9b..b0f2e6b 100644 --- a/DesktopVRSwitch/Patches/IKSystemTracker.cs +++ b/DesktopVRSwitch/Patches/IKSystemTracker.cs @@ -4,7 +4,7 @@ using HarmonyLib; using System.Reflection; using UnityEngine; -namespace NAK.Melons.DesktopVRSwitch.Patches; +namespace NAK.DesktopVRSwitch.Patches; public class IKSystemTracker : MonoBehaviour { diff --git a/DesktopVRSwitch/Patches/MovementSystemTracker.cs b/DesktopVRSwitch/Patches/MovementSystemTracker.cs index cab5666..d35f8a8 100644 --- a/DesktopVRSwitch/Patches/MovementSystemTracker.cs +++ b/DesktopVRSwitch/Patches/MovementSystemTracker.cs @@ -1,7 +1,7 @@ using ABI_RC.Systems.MovementSystem; using UnityEngine; -namespace NAK.Melons.DesktopVRSwitch.Patches; +namespace NAK.DesktopVRSwitch.Patches; public class MovementSystemTracker : MonoBehaviour { diff --git a/DesktopVRSwitch/Patches/ReferenceCameraPatch.cs b/DesktopVRSwitch/Patches/ReferenceCameraPatch.cs index 9681873..25dc8bc 100644 --- a/DesktopVRSwitch/Patches/ReferenceCameraPatch.cs +++ b/DesktopVRSwitch/Patches/ReferenceCameraPatch.cs @@ -8,7 +8,7 @@ using UnityEngine.AzureSky; using UnityEngine.Rendering.PostProcessing; using Object = UnityEngine.Object; -namespace NAK.Melons.DesktopVRSwitch.Patches; +namespace NAK.DesktopVRSwitch.Patches; internal class ReferenceCameraPatch { diff --git a/DesktopVRSwitch/Patches/VRModeSwitchTracker.cs b/DesktopVRSwitch/Patches/VRModeSwitchTracker.cs index a1a78d9..09d9c18 100644 --- a/DesktopVRSwitch/Patches/VRModeSwitchTracker.cs +++ b/DesktopVRSwitch/Patches/VRModeSwitchTracker.cs @@ -2,7 +2,7 @@ using UnityEngine; using UnityEngine.Events; -namespace NAK.Melons.DesktopVRSwitch.Patches; +namespace NAK.DesktopVRSwitch.Patches; public class VRModeSwitchTracker { diff --git a/DesktopVRSwitch/Patches/VRTrackerManagerTracker.cs b/DesktopVRSwitch/Patches/VRTrackerManagerTracker.cs index f19d579..4b5920f 100644 --- a/DesktopVRSwitch/Patches/VRTrackerManagerTracker.cs +++ b/DesktopVRSwitch/Patches/VRTrackerManagerTracker.cs @@ -2,7 +2,7 @@ using HarmonyLib; using UnityEngine; -namespace NAK.Melons.DesktopVRSwitch.Patches; +namespace NAK.DesktopVRSwitch.Patches; public class VRTrackerManagerTracker : MonoBehaviour { diff --git a/DesktopVRSwitch/Properties/AssemblyInfo.cs b/DesktopVRSwitch/Properties/AssemblyInfo.cs index bd527e7..bd56d33 100644 --- a/DesktopVRSwitch/Properties/AssemblyInfo.cs +++ b/DesktopVRSwitch/Properties/AssemblyInfo.cs @@ -1,17 +1,17 @@ using MelonLoader; -using NAK.Melons.DesktopVRSwitch.Properties; +using NAK.DesktopVRSwitch.Properties; using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.DesktopVRSwitch))] +[assembly: AssemblyTitle(nameof(NAK.DesktopVRSwitch))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.DesktopVRSwitch))] +[assembly: AssemblyProduct(nameof(NAK.DesktopVRSwitch))] [assembly: MelonInfo( - typeof(NAK.Melons.DesktopVRSwitch.DesktopVRSwitchMod), - nameof(NAK.Melons.DesktopVRSwitch), + typeof(NAK.DesktopVRSwitch.DesktopVRSwitchMod), + nameof(NAK.DesktopVRSwitch), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/DesktopVRSwitch" @@ -23,7 +23,7 @@ using System.Reflection; [assembly: MelonColor(ConsoleColor.DarkCyan)] [assembly: HarmonyDontPatchAll] -namespace NAK.Melons.DesktopVRSwitch.Properties; +namespace NAK.DesktopVRSwitch.Properties; internal static class AssemblyInfoParams { public const string Version = "4.3.5"; diff --git a/DesktopVRSwitch/TryCatchHell.cs b/DesktopVRSwitch/TryCatchHell.cs index 78f3f90..89b664e 100644 --- a/DesktopVRSwitch/TryCatchHell.cs +++ b/DesktopVRSwitch/TryCatchHell.cs @@ -8,7 +8,7 @@ using ABI_RC.Systems.Camera; using HarmonyLib; using UnityEngine; -namespace NAK.Melons.DesktopVRSwitch; +namespace NAK.DesktopVRSwitch; internal class TryCatchHell { diff --git a/FuckMetrics/FuckMetrics.cs b/FuckMetrics/FuckMetrics.cs index 4f44563..c889ec2 100644 --- a/FuckMetrics/FuckMetrics.cs +++ b/FuckMetrics/FuckMetrics.cs @@ -4,7 +4,7 @@ using cohtml; using HarmonyLib; using UnityEngine; -namespace NAK.Melons.FuckMetrics; +namespace NAK.FuckMetrics; public static class FuckMetrics { diff --git a/FuckMetrics/HarmonyPatches.cs b/FuckMetrics/HarmonyPatches.cs index 476ee5b..44435d3 100644 --- a/FuckMetrics/HarmonyPatches.cs +++ b/FuckMetrics/HarmonyPatches.cs @@ -3,7 +3,7 @@ using ABI_RC.Core.IO; using cohtml; using HarmonyLib; -namespace NAK.Melons.FuckMetrics.HarmonyPatches; +namespace NAK.FuckMetrics.HarmonyPatches; public static class CVR_MenuManagerPatches { diff --git a/FuckMetrics/Main.cs b/FuckMetrics/Main.cs index f01bcdc..c8c9b83 100644 --- a/FuckMetrics/Main.cs +++ b/FuckMetrics/Main.cs @@ -2,7 +2,7 @@ using MelonLoader; using System.Collections; -namespace NAK.Melons.FuckMetrics; +namespace NAK.FuckMetrics; public class FuckMetricsMod : MelonMod { diff --git a/FuckMetrics/Properties/AssemblyInfo.cs b/FuckMetrics/Properties/AssemblyInfo.cs index 241d435..cf657ca 100644 --- a/FuckMetrics/Properties/AssemblyInfo.cs +++ b/FuckMetrics/Properties/AssemblyInfo.cs @@ -1,18 +1,18 @@ using MelonLoader; -using NAK.Melons.FuckMetrics.Properties; +using NAK.FuckMetrics.Properties; using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.FuckMetrics))] +[assembly: AssemblyTitle(nameof(NAK.FuckMetrics))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.FuckMetrics))] +[assembly: AssemblyProduct(nameof(NAK.FuckMetrics))] [assembly: MelonInfo( - typeof(NAK.Melons.FuckMetrics.FuckMetricsMod), - nameof(NAK.Melons.FuckMetrics), + typeof(NAK.FuckMetrics.FuckMetricsMod), + nameof(NAK.FuckMetrics), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/FuckMetrics" @@ -23,7 +23,7 @@ using System.Reflection; [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] [assembly: HarmonyDontPatchAll] -namespace NAK.Melons.FuckMetrics.Properties; +namespace NAK.FuckMetrics.Properties; internal static class AssemblyInfoParams { public const string Version = "1.0.4"; diff --git a/FuckToes/FuckToes.cs b/FuckToes/FuckToes.cs index d960d3c..a9b3d36 100644 --- a/FuckToes/FuckToes.cs +++ b/FuckToes/FuckToes.cs @@ -3,7 +3,7 @@ using HarmonyLib; using RootMotion.FinalIK; -namespace NAK.Melons.FuckToes.HarmonyPatches; +namespace NAK.FuckToes.HarmonyPatches; //yes im patching VRIK directly, cvr does not force calibration or mess with references, and leaves it to vrik to handle class VRIKPatches diff --git a/FuckToes/Main.cs b/FuckToes/Main.cs index 2c7a6f3..8de4404 100644 --- a/FuckToes/Main.cs +++ b/FuckToes/Main.cs @@ -1,6 +1,6 @@ using MelonLoader; -namespace NAK.Melons.FuckToes; +namespace NAK.FuckToes; public class FuckToesMod : MelonMod { diff --git a/FuckToes/Properties/AssemblyInfo.cs b/FuckToes/Properties/AssemblyInfo.cs index 974265c..2d32d6c 100644 --- a/FuckToes/Properties/AssemblyInfo.cs +++ b/FuckToes/Properties/AssemblyInfo.cs @@ -6,13 +6,13 @@ using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.FuckToes))] +[assembly: AssemblyTitle(nameof(NAK.FuckToes))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.FuckToes))] +[assembly: AssemblyProduct(nameof(NAK.FuckToes))] [assembly: MelonInfo( - typeof(NAK.Melons.FuckToes.FuckToesMod), - nameof(NAK.Melons.FuckToes), + typeof(NAK.FuckToes.FuckToesMod), + nameof(NAK.FuckToes), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/FuckToes" diff --git a/GestureLock/Main.cs b/GestureLock/Main.cs index e349807..5cacf4c 100644 --- a/GestureLock/Main.cs +++ b/GestureLock/Main.cs @@ -7,7 +7,7 @@ using Valve.VR; //I legitimately threw this at ChatGPT to rewrite cause i couldn't be bothered. -namespace NAK.Melons.GestureLock +namespace NAK.GestureLock { public class GestureLockMod : MelonMod { diff --git a/GestureLock/Properties/AssemblyInfo.cs b/GestureLock/Properties/AssemblyInfo.cs index 8eb8fcb..9cd89bd 100644 --- a/GestureLock/Properties/AssemblyInfo.cs +++ b/GestureLock/Properties/AssemblyInfo.cs @@ -1,17 +1,17 @@ using MelonLoader; -using NAK.Melons.GestureLock.Properties; +using NAK.GestureLock.Properties; using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.GestureLock))] +[assembly: AssemblyTitle(nameof(NAK.GestureLock))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.GestureLock))] +[assembly: AssemblyProduct(nameof(NAK.GestureLock))] [assembly: MelonInfo( - typeof(NAK.Melons.GestureLock.GestureLockMod), - nameof(NAK.Melons.GestureLock), + typeof(NAK.GestureLock.GestureLockMod), + nameof(NAK.GestureLock), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/GestureLock" @@ -21,7 +21,7 @@ using System.Reflection; [assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] -namespace NAK.Melons.GestureLock.Properties; +namespace NAK.GestureLock.Properties; internal static class AssemblyInfoParams { public const string Version = "2.0.0"; diff --git a/JumpPatch/HarmonyPatches.cs b/JumpPatch/HarmonyPatches.cs index 747b2c3..b763f34 100644 --- a/JumpPatch/HarmonyPatches.cs +++ b/JumpPatch/HarmonyPatches.cs @@ -2,7 +2,7 @@ using ABI_RC.Systems.MovementSystem; using HarmonyLib; -namespace NAK.Melons.JumpPatch.HarmonyPatches; +namespace NAK.JumpPatch.HarmonyPatches; class MovementSystemPatches { diff --git a/JumpPatch/Main.cs b/JumpPatch/Main.cs index dd5534b..949dc7d 100644 --- a/JumpPatch/Main.cs +++ b/JumpPatch/Main.cs @@ -1,6 +1,6 @@ using MelonLoader; -namespace NAK.Melons.JumpPatch; +namespace NAK.JumpPatch; public class JumpPatchMod : MelonMod { diff --git a/JumpPatch/Properties/AssemblyInfo.cs b/JumpPatch/Properties/AssemblyInfo.cs index 2a5f6f0..4a03541 100644 --- a/JumpPatch/Properties/AssemblyInfo.cs +++ b/JumpPatch/Properties/AssemblyInfo.cs @@ -1,17 +1,17 @@ using MelonLoader; -using NAK.Melons.JumpPatch.Properties; +using NAK.JumpPatch.Properties; using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.JumpPatch))] +[assembly: AssemblyTitle(nameof(NAK.JumpPatch))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.JumpPatch))] +[assembly: AssemblyProduct(nameof(NAK.JumpPatch))] [assembly: MelonInfo( - typeof(NAK.Melons.JumpPatch.JumpPatchMod), - nameof(NAK.Melons.JumpPatch), + typeof(NAK.JumpPatch.JumpPatchMod), + nameof(NAK.JumpPatch), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/JumpPatch" @@ -22,7 +22,7 @@ using System.Reflection; [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] [assembly: HarmonyDontPatchAll] -namespace NAK.Melons.JumpPatch.Properties; +namespace NAK.JumpPatch.Properties; internal static class AssemblyInfoParams { public const string Version = "1.0.0"; diff --git a/NAK.CustomComponents/Main.cs b/NAK.CustomComponents/Main.cs index dd374ed..f48c2f4 100644 --- a/NAK.CustomComponents/Main.cs +++ b/NAK.CustomComponents/Main.cs @@ -2,7 +2,7 @@ using MelonLoader; using NAK.CCK.CustomComponents; -namespace NAK.Melons.CustomComponents; +namespace NAK.CustomComponents; public class CustomComponents : MelonMod { diff --git a/NAK.CustomComponents/Properties/AssemblyInfo.cs b/NAK.CustomComponents/Properties/AssemblyInfo.cs index 69d96bb..40dc080 100644 --- a/NAK.CustomComponents/Properties/AssemblyInfo.cs +++ b/NAK.CustomComponents/Properties/AssemblyInfo.cs @@ -1,17 +1,17 @@ using MelonLoader; -using NAK.Melons.CustomComponents.Properties; +using NAK.CustomComponents.Properties; using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.CustomComponents))] +[assembly: AssemblyTitle(nameof(NAK.CustomComponents))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.CustomComponents))] +[assembly: AssemblyProduct(nameof(NAK.CustomComponents))] [assembly: MelonInfo( - typeof(NAK.Melons.CustomComponents.CustomComponents), - nameof(NAK.Melons.CustomComponents), + typeof(NAK.CustomComponents.CustomComponents), + nameof(NAK.CustomComponents), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/UndoPropButton" @@ -22,7 +22,7 @@ using System.Reflection; [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] [assembly: HarmonyDontPatchAll] -namespace NAK.Melons.CustomComponents.Properties; +namespace NAK.CustomComponents.Properties; internal static class AssemblyInfoParams { public const string Version = "1.0.0"; diff --git a/PathCamDisabler/Main.cs b/PathCamDisabler/Main.cs index 0087741..9342b9f 100644 --- a/PathCamDisabler/Main.cs +++ b/PathCamDisabler/Main.cs @@ -3,7 +3,7 @@ using ABI_RC.Core.Player; using MelonLoader; using UnityEngine; -namespace NAK.Melons.PathCamDisabler +namespace NAK.PathCamDisabler { public class PathCamDisablerMod : MelonMod { diff --git a/PathCamDisabler/Properties/AssemblyInfo.cs b/PathCamDisabler/Properties/AssemblyInfo.cs index 6de051d..a90fd3d 100644 --- a/PathCamDisabler/Properties/AssemblyInfo.cs +++ b/PathCamDisabler/Properties/AssemblyInfo.cs @@ -1,17 +1,17 @@ using MelonLoader; using System.Reflection; -using NAK.Melons.PathCamDisabler.Properties; +using NAK.PathCamDisabler.Properties; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.PathCamDisabler))] +[assembly: AssemblyTitle(nameof(NAK.PathCamDisabler))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.PathCamDisabler))] +[assembly: AssemblyProduct(nameof(NAK.PathCamDisabler))] [assembly: MelonInfo( - typeof(NAK.Melons.PathCamDisabler.PathCamDisablerMod), - nameof(NAK.Melons.PathCamDisabler), + typeof(NAK.PathCamDisabler.PathCamDisablerMod), + nameof(NAK.PathCamDisabler), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/PathCamDisabler" @@ -21,7 +21,7 @@ using NAK.Melons.PathCamDisabler.Properties; [assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] -namespace NAK.Melons.PathCamDisabler.Properties; +namespace NAK.PathCamDisabler.Properties; internal static class AssemblyInfoParams { public const string Version = "1.0.1"; diff --git a/PickupPushPull/HarmonyPatches.cs b/PickupPushPull/HarmonyPatches.cs index 885ce60..2fbc3bc 100644 --- a/PickupPushPull/HarmonyPatches.cs +++ b/PickupPushPull/HarmonyPatches.cs @@ -3,9 +3,9 @@ using ABI_RC.Core.Player; using ABI_RC.Core.Savior; using HarmonyLib; using UnityEngine; -using NAK.Melons.PickupPushPull.InputModules; +using NAK.PickupPushPull.InputModules; -namespace NAK.Melons.PickupPushPull.HarmonyPatches; +namespace NAK.PickupPushPull.HarmonyPatches; [HarmonyPatch] internal class HarmonyPatches diff --git a/PickupPushPull/InputModules/Info/EI_SteamVR_Info.cs b/PickupPushPull/InputModules/Info/EI_SteamVR_Info.cs index 49410d7..cd72c64 100644 --- a/PickupPushPull/InputModules/Info/EI_SteamVR_Info.cs +++ b/PickupPushPull/InputModules/Info/EI_SteamVR_Info.cs @@ -1,7 +1,7 @@ using ABI_RC.Core.Savior; using System.Reflection; -namespace NAK.Melons.PickupPushPull.InputModules.Info; +namespace NAK.PickupPushPull.InputModules.Info; // Stolen from my scrapped Enhanced Input mod internal class EI_SteamVR_Info diff --git a/PickupPushPull/InputModules/PickupPushPull_Module.cs b/PickupPushPull/InputModules/PickupPushPull_Module.cs index bcd6ce5..97298ed 100644 --- a/PickupPushPull/InputModules/PickupPushPull_Module.cs +++ b/PickupPushPull/InputModules/PickupPushPull_Module.cs @@ -3,13 +3,13 @@ using ABI_RC.Core; using ABI_RC.Core.InteractionSystem; using ABI_RC.Core.Player; using ABI_RC.Core.Savior; -using NAK.Melons.PickupPushPull.InputModules.Info; +using NAK.PickupPushPull.InputModules.Info; using System.Reflection; using UnityEngine; using UnityEngine.Events; using Valve.VR; -namespace NAK.Melons.PickupPushPull.InputModules; +namespace NAK.PickupPushPull.InputModules; public class PickupPushPull_Module : CVRInputModule { diff --git a/PickupPushPull/Main.cs b/PickupPushPull/Main.cs index 7b4db34..6e87c93 100644 --- a/PickupPushPull/Main.cs +++ b/PickupPushPull/Main.cs @@ -5,9 +5,9 @@ using HarmonyLib; using MelonLoader; using UnityEngine; using Valve.VR; -using NAK.Melons.PickupPushPull.InputModules; +using NAK.PickupPushPull.InputModules; -namespace NAK.Melons.PickupPushPull; +namespace NAK.PickupPushPull; public class PickupPushPull : MelonMod { diff --git a/PickupPushPull/Properties/AssemblyInfo.cs b/PickupPushPull/Properties/AssemblyInfo.cs index ec73d05..80c20d8 100644 --- a/PickupPushPull/Properties/AssemblyInfo.cs +++ b/PickupPushPull/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using NAK.Melons.PickupPushPull.Properties; +using NAK.PickupPushPull.Properties; using MelonLoader; using System.Reflection; @@ -6,13 +6,13 @@ using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.PickupPushPull))] +[assembly: AssemblyTitle(nameof(NAK.PickupPushPull))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.PickupPushPull))] +[assembly: AssemblyProduct(nameof(NAK.PickupPushPull))] [assembly: MelonInfo( - typeof(NAK.Melons.PickupPushPull.PickupPushPull), - nameof(NAK.Melons.PickupPushPull), + typeof(NAK.PickupPushPull.PickupPushPull), + nameof(NAK.PickupPushPull), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/PickupPushPull" @@ -22,7 +22,7 @@ using System.Reflection; [assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] -namespace NAK.Melons.PickupPushPull.Properties; +namespace NAK.PickupPushPull.Properties; internal static class AssemblyInfoParams { public const string Version = "3.0.2"; diff --git a/PortableCameraAdditions/HarmonyPatches.cs b/PortableCameraAdditions/HarmonyPatches.cs index 7df846f..3305406 100644 --- a/PortableCameraAdditions/HarmonyPatches.cs +++ b/PortableCameraAdditions/HarmonyPatches.cs @@ -2,7 +2,7 @@ using HarmonyLib; using UnityEngine; -namespace NAK.Melons.PortableCameraAdditions.HarmonyPatches; +namespace NAK.PortableCameraAdditions.HarmonyPatches; [HarmonyPatch] internal class PortableCameraPatches diff --git a/PortableCameraAdditions/Main.cs b/PortableCameraAdditions/Main.cs index de0a400..5eb087e 100644 --- a/PortableCameraAdditions/Main.cs +++ b/PortableCameraAdditions/Main.cs @@ -1,6 +1,6 @@ using MelonLoader; -namespace NAK.Melons.PortableCameraAdditions; +namespace NAK.PortableCameraAdditions; public class PortableCameraAdditions : MelonMod { diff --git a/PortableCameraAdditions/Properties/AssemblyInfo.cs b/PortableCameraAdditions/Properties/AssemblyInfo.cs index ad9a385..02c6025 100644 --- a/PortableCameraAdditions/Properties/AssemblyInfo.cs +++ b/PortableCameraAdditions/Properties/AssemblyInfo.cs @@ -1,18 +1,18 @@ using MelonLoader; -using NAK.Melons.PortableCameraAdditions.Properties; +using NAK.PortableCameraAdditions.Properties; using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.PortableCameraAdditions))] +[assembly: AssemblyTitle(nameof(NAK.PortableCameraAdditions))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.PortableCameraAdditions))] +[assembly: AssemblyProduct(nameof(NAK.PortableCameraAdditions))] [assembly: MelonInfo( - typeof(NAK.Melons.PortableCameraAdditions.PortableCameraAdditions), - nameof(NAK.Melons.PortableCameraAdditions), + typeof(NAK.PortableCameraAdditions.PortableCameraAdditions), + nameof(NAK.PortableCameraAdditions), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/PortableCameraAdditions" @@ -22,7 +22,7 @@ using System.Reflection; [assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] -namespace NAK.Melons.PortableCameraAdditions.Properties; +namespace NAK.PortableCameraAdditions.Properties; internal static class AssemblyInfoParams { public const string Version = "1.0.2"; diff --git a/PortableCameraAdditions/VisualMods/CameraAdditions.cs b/PortableCameraAdditions/VisualMods/CameraAdditions.cs index d038725..baf15fe 100644 --- a/PortableCameraAdditions/VisualMods/CameraAdditions.cs +++ b/PortableCameraAdditions/VisualMods/CameraAdditions.cs @@ -1,7 +1,7 @@ using ABI_RC.Systems.Camera; using UnityEngine; -namespace NAK.Melons.PortableCameraAdditions.VisualMods; +namespace NAK.PortableCameraAdditions.VisualMods; public class CameraAdditions { diff --git a/PropUndoButton/Main.cs b/PropUndoButton/Main.cs index 34dc00f..6bd96c7 100644 --- a/PropUndoButton/Main.cs +++ b/PropUndoButton/Main.cs @@ -8,7 +8,7 @@ using MelonLoader; using System.Reflection; using UnityEngine; -namespace NAK.Melons.PropUndoButton; +namespace NAK.PropUndoButton; // https://pixabay.com/sound-effects/selection-sounds-73225/ diff --git a/PropUndoButton/Properties/AssemblyInfo.cs b/PropUndoButton/Properties/AssemblyInfo.cs index a20c993..8273b6a 100644 --- a/PropUndoButton/Properties/AssemblyInfo.cs +++ b/PropUndoButton/Properties/AssemblyInfo.cs @@ -1,17 +1,17 @@ -using NAK.Melons.PropUndoButton.Properties; +using NAK.PropUndoButton.Properties; using MelonLoader; using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.PropUndoButton))] +[assembly: AssemblyTitle(nameof(NAK.PropUndoButton))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.PropUndoButton))] +[assembly: AssemblyProduct(nameof(NAK.PropUndoButton))] [assembly: MelonInfo( - typeof(NAK.Melons.PropUndoButton.PropUndoButton), - nameof(NAK.Melons.PropUndoButton), + typeof(NAK.PropUndoButton.PropUndoButton), + nameof(NAK.PropUndoButton), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/UndoPropButton" @@ -22,7 +22,7 @@ using System.Reflection; [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] [assembly: HarmonyDontPatchAll] -namespace NAK.Melons.PropUndoButton.Properties; +namespace NAK.PropUndoButton.Properties; internal static class AssemblyInfoParams { public const string Version = "1.0.1"; diff --git a/TrackedControllerFix/HarmonyPatches.cs b/TrackedControllerFix/HarmonyPatches.cs index ce8110e..c53d14f 100644 --- a/TrackedControllerFix/HarmonyPatches.cs +++ b/TrackedControllerFix/HarmonyPatches.cs @@ -2,7 +2,7 @@ using HarmonyLib; using Valve.VR; -namespace NAK.Melons.TrackedControllerFix.HarmonyPatches; +namespace NAK.TrackedControllerFix.HarmonyPatches; internal class PlayerSetupPatches { diff --git a/TrackedControllerFix/Main.cs b/TrackedControllerFix/Main.cs index 1f303a8..d92d8e2 100644 --- a/TrackedControllerFix/Main.cs +++ b/TrackedControllerFix/Main.cs @@ -1,6 +1,6 @@ using MelonLoader; -namespace NAK.Melons.TrackedControllerFix; +namespace NAK.TrackedControllerFix; public class TrackedControllerFixMod : MelonMod { diff --git a/TrackedControllerFix/Properties/AssemblyInfo.cs b/TrackedControllerFix/Properties/AssemblyInfo.cs index 6e0b55a..bbde356 100644 --- a/TrackedControllerFix/Properties/AssemblyInfo.cs +++ b/TrackedControllerFix/Properties/AssemblyInfo.cs @@ -1,17 +1,17 @@ using MelonLoader; -using NAK.Melons.TrackedControllerFix.Properties; +using NAK.TrackedControllerFix.Properties; using System.Reflection; [assembly: AssemblyVersion(AssemblyInfoParams.Version)] [assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] [assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] -[assembly: AssemblyTitle(nameof(NAK.Melons.TrackedControllerFix))] +[assembly: AssemblyTitle(nameof(NAK.TrackedControllerFix))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.TrackedControllerFix))] +[assembly: AssemblyProduct(nameof(NAK.TrackedControllerFix))] [assembly: MelonInfo( - typeof(NAK.Melons.TrackedControllerFix.TrackedControllerFixMod), - nameof(NAK.Melons.TrackedControllerFix), + typeof(NAK.TrackedControllerFix.TrackedControllerFixMod), + nameof(NAK.TrackedControllerFix), AssemblyInfoParams.Version, AssemblyInfoParams.Author, downloadLink: "https://github.com/NotAKidOnSteam/TrackedControllerFix" @@ -22,7 +22,7 @@ using System.Reflection; [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] [assembly: HarmonyDontPatchAll] -namespace NAK.Melons.TrackedControllerFix.Properties; +namespace NAK.TrackedControllerFix.Properties; internal static class AssemblyInfoParams { public const string Version = "1.0.2"; diff --git a/TrackedControllerFix/TrackedControllerFix.cs b/TrackedControllerFix/TrackedControllerFix.cs index 0078e3c..c4ba2b0 100644 --- a/TrackedControllerFix/TrackedControllerFix.cs +++ b/TrackedControllerFix/TrackedControllerFix.cs @@ -1,7 +1,7 @@ using UnityEngine; using Valve.VR; -namespace NAK.Melons.TrackedControllerFix; +namespace NAK.TrackedControllerFix; public class TrackedControllerFix : MonoBehaviour {