mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-01 22:09:23 +00:00
Unbelievable Change
cant believe i forgot to go to my signature famous lone namespace brtuh
This commit is contained in:
parent
6634a4163d
commit
432875c403
5 changed files with 14 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue