mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +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
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue