mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
[CVRGizmos] cleanup & new gizmos
This commit is contained in:
parent
6f24bd6ff3
commit
e512c9dd70
21 changed files with 724 additions and 565 deletions
|
@ -2,22 +2,9 @@
|
|||
using System.Reflection;
|
||||
using UnityEngine;
|
||||
using static NAK.ThirdPerson.CameraLogic;
|
||||
using BuildInfo = NAK.ThirdPerson.BuildInfo;
|
||||
|
||||
[assembly: AssemblyCopyright("Created by " + BuildInfo.Author)]
|
||||
[assembly: MelonInfo(typeof(NAK.ThirdPerson.ThirdPerson), BuildInfo.Name, BuildInfo.Version, BuildInfo.Author)]
|
||||
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
|
||||
[assembly: MelonColor(ConsoleColor.DarkMagenta)]
|
||||
|
||||
namespace NAK.ThirdPerson;
|
||||
|
||||
public static class BuildInfo
|
||||
{
|
||||
public const string Name = "ThirdPerson";
|
||||
public const string Author = "Davi & NotAKidoS";
|
||||
public const string Version = "1.0.2";
|
||||
}
|
||||
|
||||
public class ThirdPerson : MelonMod
|
||||
{
|
||||
internal static MelonLogger.Instance Logger;
|
||||
|
@ -26,9 +13,8 @@ public class ThirdPerson : MelonMod
|
|||
{
|
||||
Logger = LoggerInstance;
|
||||
|
||||
MelonCoroutines.Start(SetupCamera());
|
||||
|
||||
Patches.Apply(HarmonyInstance);
|
||||
MelonCoroutines.Start(SetupCamera());
|
||||
}
|
||||
|
||||
public override void OnUpdate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue