mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39: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
|
@ -8,7 +8,7 @@ using RootMotion.FinalIK;
|
|||
using UnityEngine;
|
||||
using UnityEngine.Events;
|
||||
|
||||
namespace NAK.Melons.DesktopVRIK;
|
||||
namespace NAK.DesktopVRIK;
|
||||
|
||||
internal class DesktopVRIKSystem : MonoBehaviour
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@ using ABI.CCK.Components;
|
|||
|
||||
**/
|
||||
|
||||
namespace NAK.Melons.DesktopVRIK.HarmonyPatches;
|
||||
namespace NAK.DesktopVRIK.HarmonyPatches;
|
||||
|
||||
class PlayerSetupPatches
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
using BTKUILib.UIObjects;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace NAK.Melons.DesktopVRIK;
|
||||
namespace NAK.DesktopVRIK;
|
||||
|
||||
public static class BTKUIAddon
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using MelonLoader;
|
||||
using UnityEngine;
|
||||
|
||||
namespace NAK.Melons.DesktopVRIK;
|
||||
namespace NAK.DesktopVRIK;
|
||||
|
||||
public class DesktopVRIKMod : MelonMod
|
||||
{
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
using MelonLoader;
|
||||
using NAK.Melons.DesktopVRIK.Properties;
|
||||
using NAK.DesktopVRIK.Properties;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyTitle(nameof(NAK.Melons.DesktopVRIK))]
|
||||
[assembly: AssemblyTitle(nameof(NAK.DesktopVRIK))]
|
||||
[assembly: AssemblyCompany(AssemblyInfoParams.Author)]
|
||||
[assembly: AssemblyProduct(nameof(NAK.Melons.DesktopVRIK))]
|
||||
[assembly: AssemblyProduct(nameof(NAK.DesktopVRIK))]
|
||||
|
||||
[assembly: MelonInfo(
|
||||
typeof(NAK.Melons.DesktopVRIK.DesktopVRIKMod),
|
||||
nameof(NAK.Melons.DesktopVRIK),
|
||||
typeof(NAK.DesktopVRIK.DesktopVRIKMod),
|
||||
nameof(NAK.DesktopVRIK),
|
||||
AssemblyInfoParams.Version,
|
||||
AssemblyInfoParams.Author,
|
||||
downloadLink: "https://github.com/NotAKidOnSteam/DesktopVRIK"
|
||||
|
@ -23,7 +23,7 @@ using System.Reflection;
|
|||
[assembly: MelonOptionalDependencies("BTKUILib")]
|
||||
[assembly: HarmonyDontPatchAll]
|
||||
|
||||
namespace NAK.Melons.DesktopVRIK.Properties;
|
||||
namespace NAK.DesktopVRIK.Properties;
|
||||
internal static class AssemblyInfoParams
|
||||
{
|
||||
public const string Version = "4.1.8";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using RootMotion.FinalIK;
|
||||
using UnityEngine;
|
||||
|
||||
namespace NAK.Melons.DesktopVRIK;
|
||||
namespace NAK.DesktopVRIK;
|
||||
|
||||
public static class VRIKUtils
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue