mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
remove melons
This commit is contained in:
parent
56c901345a
commit
b33e15377f
74 changed files with 156 additions and 156 deletions
|
@ -1,7 +1,7 @@
|
|||
using ABI_RC.Core.Savior;
|
||||
using HarmonyLib;
|
||||
|
||||
namespace NAK.Melons.ChatBoxExtensions.HarmonyPatches;
|
||||
namespace NAK.ChatBoxExtensions.HarmonyPatches;
|
||||
|
||||
public class CVRInputManagerPatches
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using ABI_RC.Core.Savior;
|
||||
using UnityEngine;
|
||||
|
||||
namespace NAK.Melons.ChatBoxExtensions.InputModules;
|
||||
namespace NAK.ChatBoxExtensions.InputModules;
|
||||
|
||||
internal class InputModuleChatBoxExtensions : CVRInputModule
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using ABI_RC.Core.Player;
|
||||
using ABI_RC.Core.Savior;
|
||||
|
||||
namespace NAK.Melons.ChatBoxExtensions.Integrations;
|
||||
namespace NAK.ChatBoxExtensions.Integrations;
|
||||
|
||||
public class CommandBase
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
using Kafe.ChatBox;
|
||||
|
||||
namespace NAK.Melons.ChatBoxExtensions.Integrations;
|
||||
namespace NAK.ChatBoxExtensions.Integrations;
|
||||
|
||||
internal class ChatBoxCommands : CommandBase
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
using ABI_RC.Core.Base;
|
||||
using Kafe.ChatBox;
|
||||
|
||||
namespace NAK.Melons.ChatBoxExtensions.Integrations;
|
||||
namespace NAK.ChatBoxExtensions.Integrations;
|
||||
|
||||
internal class ChilloutVRBaseCommands : CommandBase
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace NAK.Melons.ChatBoxExtensions.Integrations;
|
||||
namespace NAK.ChatBoxExtensions.Integrations;
|
||||
|
||||
internal class ChilloutVRInputCommands : CommandBase
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace NAK.Melons.ChatBoxExtensions.Integrations;
|
||||
namespace NAK.ChatBoxExtensions.Integrations;
|
||||
|
||||
public static class Commands {
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
using ml_prm;
|
||||
|
||||
namespace NAK.Melons.ChatBoxExtensions.Integrations;
|
||||
namespace NAK.ChatBoxExtensions.Integrations;
|
||||
|
||||
internal class PlayerRagdollModCommands : CommandBase
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using MelonLoader;
|
||||
using NAK.Melons.ChatBoxExtensions.InputModules;
|
||||
using NAK.ChatBoxExtensions.InputModules;
|
||||
|
||||
namespace NAK.Melons.ChatBoxExtensions;
|
||||
namespace NAK.ChatBoxExtensions;
|
||||
|
||||
public class ChatBoxExtensions : MelonMod
|
||||
{
|
||||
|
|
|
@ -6,13 +6,13 @@ using System.Reflection;
|
|||
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyTitle(nameof(NAK.Melons.ChatBoxExtensions))]
|
||||
[assembly: AssemblyTitle(nameof(NAK.ChatBoxExtensions))]
|
||||
[assembly: AssemblyCompany(AssemblyInfoParams.Author)]
|
||||
[assembly: AssemblyProduct(nameof(NAK.Melons.ChatBoxExtensions))]
|
||||
[assembly: AssemblyProduct(nameof(NAK.ChatBoxExtensions))]
|
||||
|
||||
[assembly: MelonInfo(
|
||||
typeof(NAK.Melons.ChatBoxExtensions.ChatBoxExtensions),
|
||||
nameof(NAK.Melons.ChatBoxExtensions),
|
||||
typeof(NAK.ChatBoxExtensions.ChatBoxExtensions),
|
||||
nameof(NAK.ChatBoxExtensions),
|
||||
AssemblyInfoParams.Version,
|
||||
AssemblyInfoParams.Author,
|
||||
downloadLink: "https://github.com/NotAKidOnSteam/ChatBoxExtensions"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue