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 System.Reflection;
using UnityEngine;
namespace NAK.Melons.Blackout;
namespace NAK.Blackout;
/*

View file

@ -5,7 +5,7 @@ using MelonLoader;
using System.Text;
using UnityEngine;
namespace NAK.Melons.Blackout;
namespace NAK.Blackout;
/*

View file

@ -3,7 +3,7 @@ using ABI_RC.Core.Savior;
using HarmonyLib;
using MelonLoader;
namespace NAK.Melons.Blackout.HarmonyPatches;
namespace NAK.Blackout.HarmonyPatches;
[HarmonyPatch]
internal class HarmonyPatches

View file

@ -2,7 +2,7 @@
using BTKUILib.UIObjects;
using System.Runtime.CompilerServices;
namespace NAK.Melons.Blackout;
namespace NAK.Blackout;
public static class BTKUIAddon
{

View file

@ -1,7 +1,7 @@
using System.Runtime.CompilerServices;
using UIExpansionKit.API;
namespace NAK.Melons.Blackout;
namespace NAK.Blackout;
public static class UIExpansionKitAddon
{
[MethodImpl(MethodImplOptions.NoInlining)]

View file

@ -2,7 +2,7 @@
using ABI_RC.Core.Savior;
using MelonLoader;
namespace NAK.Melons.Blackout;
namespace NAK.Blackout;
public class Blackout : MelonMod
{

View file

@ -1,4 +1,4 @@
using NAK.Melons.Blackout.Properties;
using NAK.Blackout.Properties;
using MelonLoader;
using System.Reflection;
@ -6,13 +6,13 @@ using System.Reflection;
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyTitle(nameof(NAK.Melons.Blackout))]
[assembly: AssemblyTitle(nameof(NAK.Blackout))]
[assembly: AssemblyCompany(AssemblyInfoParams.Author)]
[assembly: AssemblyProduct(nameof(NAK.Melons.Blackout))]
[assembly: AssemblyProduct(nameof(NAK.Blackout))]
[assembly: MelonInfo(
typeof(NAK.Melons.Blackout.Blackout),
nameof(NAK.Melons.Blackout),
typeof(NAK.Blackout.Blackout),
nameof(NAK.Blackout),
AssemblyInfoParams.Version,
AssemblyInfoParams.Author,
downloadLink: "https://github.com/NotAKidOnSteam/Blackout"
@ -23,7 +23,7 @@ using System.Reflection;
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
[assembly: MelonOptionalDependencies("UIExpansionKit", "BTKUILib")]
namespace NAK.Melons.Blackout.Properties;
namespace NAK.Blackout.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "2.0.0";

View file

@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace NAK.Melons.Blackout {
namespace NAK.Blackout {
using System;