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

@ -3,7 +3,7 @@ using ABI_RC.Core.UI;
using cohtml;
using HarmonyLib;
namespace NAK.Melons.ClearHudNotifications.HarmonyPatches;
namespace NAK.ClearHudNotifications.HarmonyPatches;
internal static class CohtmlHudPatches
{

View file

@ -2,7 +2,7 @@
using MelonLoader;
using UnityEngine;
namespace NAK.Melons.ClearHudNotifications;
namespace NAK.ClearHudNotifications;
public class ClearHudNotifications : MelonMod
{

View file

@ -1,4 +1,4 @@
using NAK.Melons.ClearHudNotifications.Properties;
using NAK.ClearHudNotifications.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.ClearHudNotifications))]
[assembly: AssemblyTitle(nameof(NAK.ClearHudNotifications))]
[assembly: AssemblyCompany(AssemblyInfoParams.Author)]
[assembly: AssemblyProduct(nameof(NAK.Melons.ClearHudNotifications))]
[assembly: AssemblyProduct(nameof(NAK.ClearHudNotifications))]
[assembly: MelonInfo(
typeof(NAK.Melons.ClearHudNotifications.ClearHudNotifications),
nameof(NAK.Melons.ClearHudNotifications),
typeof(NAK.ClearHudNotifications.ClearHudNotifications),
nameof(NAK.ClearHudNotifications),
AssemblyInfoParams.Version,
AssemblyInfoParams.Author,
downloadLink: "https://github.com/NotAKidOnSteam/UndoPropButton"
@ -23,7 +23,7 @@ using System.Reflection;
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
[assembly: HarmonyDontPatchAll]
namespace NAK.Melons.ClearHudNotifications.Properties;
namespace NAK.ClearHudNotifications.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.0";