mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +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
|
@ -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