Unbelievable Change

cant believe i forgot to go to my signature famous lone namespace
brtuh
This commit is contained in:
NotAKidoS 2023-02-09 20:27:53 -06:00
parent 6634a4163d
commit 432875c403
5 changed files with 14 additions and 13 deletions

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