From 432875c4032c0fdc3563aebcf17ff49c365b3429 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Thu, 9 Feb 2023 20:27:53 -0600 Subject: [PATCH] Unbelievable Change cant believe i forgot to go to my signature famous lone namespace brtuh --- PickupPushPull/HarmonyPatches.cs | 4 ++-- PickupPushPull/InputModules/Info/EI_SteamVR_Info.cs | 3 ++- PickupPushPull/InputModules/PickupPushPull_Module.cs | 4 ++-- PickupPushPull/Main.cs | 4 ++-- PickupPushPull/Properties/AssemblyInfo.cs | 12 ++++++------ 5 files changed, 14 insertions(+), 13 deletions(-) diff --git a/PickupPushPull/HarmonyPatches.cs b/PickupPushPull/HarmonyPatches.cs index f3bd2a3..885ce60 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 PickupPushPull.InputModules; +using NAK.Melons.PickupPushPull.InputModules; -namespace PickupPushPull.HarmonyPatches; +namespace NAK.Melons.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 0d4d6a1..49410d7 100644 --- a/PickupPushPull/InputModules/Info/EI_SteamVR_Info.cs +++ b/PickupPushPull/InputModules/Info/EI_SteamVR_Info.cs @@ -1,8 +1,9 @@ using ABI_RC.Core.Savior; using System.Reflection; -namespace PickupPushPull.InputModules.Info; +namespace NAK.Melons.PickupPushPull.InputModules.Info; +// Stolen from my scrapped Enhanced Input mod internal class EI_SteamVR_Info { //General Inputs diff --git a/PickupPushPull/InputModules/PickupPushPull_Module.cs b/PickupPushPull/InputModules/PickupPushPull_Module.cs index c5b3e91..c7eb28e 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 PickupPushPull.InputModules.Info; +using NAK.Melons.PickupPushPull.InputModules.Info; using System.Reflection; using UnityEngine; using UnityEngine.Events; using Valve.VR; -namespace PickupPushPull.InputModules; +namespace NAK.Melons.PickupPushPull.InputModules; public class PickupPushPull_Module : CVRInputModule { diff --git a/PickupPushPull/Main.cs b/PickupPushPull/Main.cs index fe9d0a4..7b4db34 100644 --- a/PickupPushPull/Main.cs +++ b/PickupPushPull/Main.cs @@ -5,9 +5,9 @@ using HarmonyLib; using MelonLoader; using UnityEngine; using Valve.VR; -using PickupPushPull.InputModules; +using NAK.Melons.PickupPushPull.InputModules; -namespace PickupPushPull; +namespace NAK.Melons.PickupPushPull; public class PickupPushPull : MelonMod { diff --git a/PickupPushPull/Properties/AssemblyInfo.cs b/PickupPushPull/Properties/AssemblyInfo.cs index 130b54f..fee71ed 100644 --- a/PickupPushPull/Properties/AssemblyInfo.cs +++ b/PickupPushPull/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using PickupPushPull.Properties; +using NAK.Melons.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(PickupPushPull))] +[assembly: AssemblyTitle(nameof(NAK.Melons.PickupPushPull))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(PickupPushPull))] +[assembly: AssemblyProduct(nameof(NAK.Melons.PickupPushPull))] [assembly: MelonInfo( - typeof(PickupPushPull.PickupPushPull), - nameof(PickupPushPull), + typeof(NAK.Melons.PickupPushPull.PickupPushPull), + nameof(NAK.Melons.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 PickupPushPull.Properties; +namespace NAK.Melons.PickupPushPull.Properties; internal static class AssemblyInfoParams { public const string Version = "3.0.1";