mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
remove melons
This commit is contained in:
parent
56c901345a
commit
b33e15377f
74 changed files with 156 additions and 156 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue