mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
buimp
This commit is contained in:
parent
68716a912d
commit
db83ce8348
3 changed files with 2 additions and 21 deletions
|
@ -6,11 +6,8 @@ using ABI_RC.Core.Savior;
|
||||||
using ABI_RC.Core.UI;
|
using ABI_RC.Core.UI;
|
||||||
using ABI_RC.Core.Util.Object_Behaviour;
|
using ABI_RC.Core.Util.Object_Behaviour;
|
||||||
using ABI_RC.Systems.Camera;
|
using ABI_RC.Systems.Camera;
|
||||||
using ABI_RC.Systems.IK;
|
|
||||||
using ABI_RC.Systems.IK.SubSystems;
|
using ABI_RC.Systems.IK.SubSystems;
|
||||||
using ABI_RC.Systems.IK.TrackingModules;
|
|
||||||
using ABI_RC.Systems.MovementSystem;
|
using ABI_RC.Systems.MovementSystem;
|
||||||
using ABI_RC.Core.Networking;
|
|
||||||
using DesktopVRSwitch.Patches;
|
using DesktopVRSwitch.Patches;
|
||||||
using HarmonyLib;
|
using HarmonyLib;
|
||||||
using MelonLoader;
|
using MelonLoader;
|
||||||
|
|
|
@ -1,21 +1,5 @@
|
||||||
using ABI_RC.Core;
|
using ABI_RC.Core.Player;
|
||||||
using ABI_RC.Core.EventSystem;
|
|
||||||
using ABI_RC.Core.InteractionSystem;
|
|
||||||
using ABI_RC.Core.Player;
|
|
||||||
using ABI_RC.Core.Savior;
|
|
||||||
using ABI_RC.Core.UI;
|
|
||||||
using ABI_RC.Core.Util.Object_Behaviour;
|
|
||||||
using ABI_RC.Systems.Camera;
|
|
||||||
using ABI_RC.Systems.IK.SubSystems;
|
|
||||||
using ABI_RC.Systems.MovementSystem;
|
|
||||||
using DesktopVRSwitch.Patches;
|
|
||||||
using HarmonyLib;
|
|
||||||
using MelonLoader;
|
using MelonLoader;
|
||||||
using System.Collections;
|
|
||||||
using UnityEngine;
|
|
||||||
using UnityEngine.XR;
|
|
||||||
using Valve.VR;
|
|
||||||
using Object = UnityEngine.Object;
|
|
||||||
|
|
||||||
//tell the game to change VRMode/DesktopMode for Steam/Discord presence
|
//tell the game to change VRMode/DesktopMode for Steam/Discord presence
|
||||||
//RichPresence.PopulatePresence();
|
//RichPresence.PopulatePresence();
|
||||||
|
|
|
@ -25,6 +25,6 @@ using System.Reflection;
|
||||||
namespace DesktopVRSwitch.Properties;
|
namespace DesktopVRSwitch.Properties;
|
||||||
internal static class AssemblyInfoParams
|
internal static class AssemblyInfoParams
|
||||||
{
|
{
|
||||||
public const string Version = "3.0.0";
|
public const string Version = "3.0.5";
|
||||||
public const string Author = "NotAKidoS";
|
public const string Author = "NotAKidoS";
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue