remove melons

This commit is contained in:
NotAKidoS 2023-04-26 13:58:09 -05:00
parent 56c901345a
commit b33e15377f
74 changed files with 156 additions and 156 deletions

View file

@ -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

View file

@ -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
{