remove melons

This commit is contained in:
NotAKidoS 2023-04-26 13:58:09 -05:00
parent 56c901345a
commit b33e15377f
74 changed files with 156 additions and 156 deletions

View file

@ -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
{

View file

@ -1,6 +1,6 @@
using Kafe.ChatBox;
namespace NAK.Melons.ChatBoxExtensions.Integrations;
namespace NAK.ChatBoxExtensions.Integrations;
internal class ChatBoxCommands : CommandBase
{

View file

@ -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
{

View file

@ -1,4 +1,4 @@
namespace NAK.Melons.ChatBoxExtensions.Integrations;
namespace NAK.ChatBoxExtensions.Integrations;
internal class ChilloutVRInputCommands : CommandBase
{

View file

@ -1,4 +1,4 @@
namespace NAK.Melons.ChatBoxExtensions.Integrations;
namespace NAK.ChatBoxExtensions.Integrations;
public static class Commands {

View file

@ -1,6 +1,6 @@
using ml_prm;
namespace NAK.Melons.ChatBoxExtensions.Integrations;
namespace NAK.ChatBoxExtensions.Integrations;
internal class PlayerRagdollModCommands : CommandBase
{