mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
NAK namespace prefix, remove Melons
This commit is contained in:
parent
a468487850
commit
f1d6d247db
10 changed files with 18 additions and 22 deletions
|
@ -9,7 +9,7 @@ using UnityEngine;
|
|||
using UnityEngine.AzureSky;
|
||||
using UnityEngine.Rendering.PostProcessing;
|
||||
|
||||
namespace ThirdPerson;
|
||||
namespace NAK.ThirdPerson;
|
||||
|
||||
internal static class CameraLogic
|
||||
{
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
using ABI.CCK.Components;
|
||||
using ABI_RC.Core.InteractionSystem;
|
||||
using ABI_RC.Core.Player;
|
||||
using MelonLoader;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using static ThirdPerson.CameraLogic;
|
||||
using static NAK.ThirdPerson.CameraLogic;
|
||||
|
||||
namespace ThirdPerson;
|
||||
namespace NAK.ThirdPerson;
|
||||
|
||||
internal static class Patches
|
||||
{
|
||||
|
|
|
@ -2,15 +2,15 @@
|
|||
using System;
|
||||
using System.Reflection;
|
||||
using UnityEngine;
|
||||
using static ThirdPerson.CameraLogic;
|
||||
using BuildInfo = ThirdPerson.BuildInfo;
|
||||
using static NAK.ThirdPerson.CameraLogic;
|
||||
using BuildInfo = NAK.ThirdPerson.BuildInfo;
|
||||
|
||||
[assembly: AssemblyCopyright("Created by " + BuildInfo.Author)]
|
||||
[assembly: MelonInfo(typeof(ThirdPerson.ThirdPerson), BuildInfo.Name, BuildInfo.Version, 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 ThirdPerson;
|
||||
namespace NAK.ThirdPerson;
|
||||
|
||||
public static class BuildInfo
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue