This commit is contained in:
NotAKidoS 2023-01-20 03:00:59 -06:00
parent 68716a912d
commit db83ce8348
3 changed files with 2 additions and 21 deletions

View file

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

View file

@ -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();

View file

@ -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";
} }