From 304efd4302ed0e5429e3476cb38a8d1d1a21c4db Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Thu, 13 Apr 2023 19:13:24 -0500 Subject: [PATCH 1/4] Initial commit --- .gitattributes | 2 + .gitignore | 398 +++++++++++++++++++++++++++++++++++++++++++++++++ LICENSE | 21 +++ README.md | 2 + 4 files changed, 423 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..426d76d --- /dev/null +++ b/.gitignore @@ -0,0 +1,398 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4480281 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 NotAKidoS + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..aec4c79 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# ClearHudNotifications + simple mod to clear hud notifications on instance join/bind From 8c780bb72bc060df1a474eb72f4b723d7d3ca2cc Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Thu, 13 Apr 2023 19:15:28 -0500 Subject: [PATCH 2/4] init --- .../ClearHudNotifications.csproj | 44 +++++++++++++++++++ .../ClearHudNotifications.sln | 25 +++++++++++ ClearHudNotifications/HarmonyPatches.cs | 26 +++++++++++ ClearHudNotifications/Main.cs | 40 +++++++++++++++++ .../Properties/AssemblyInfo.cs | 31 +++++++++++++ ClearHudNotifications/format.json | 23 ++++++++++ 6 files changed, 189 insertions(+) create mode 100644 ClearHudNotifications/ClearHudNotifications.csproj create mode 100644 ClearHudNotifications/ClearHudNotifications.sln create mode 100644 ClearHudNotifications/HarmonyPatches.cs create mode 100644 ClearHudNotifications/Main.cs create mode 100644 ClearHudNotifications/Properties/AssemblyInfo.cs create mode 100644 ClearHudNotifications/format.json diff --git a/ClearHudNotifications/ClearHudNotifications.csproj b/ClearHudNotifications/ClearHudNotifications.csproj new file mode 100644 index 0000000..6dc7b11 --- /dev/null +++ b/ClearHudNotifications/ClearHudNotifications.csproj @@ -0,0 +1,44 @@ + + + + + net472 + enable + latest + false + True + + + + + C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\0Harmony.dll + + + C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Assembly-CSharp.dll + + + C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\Assembly-CSharp-firstpass.dll + + + ..\..\..\_ManagedLibs\cohtml.Net.dll + + + ..\..\..\_ManagedLibs\Cohtml.Runtime.dll + + + C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\MelonLoader.dll + + + C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.CoreModule.dll + + + C:\Users\krist\Documents\GitHub\_ChilloutVR Modding\_ManagedLibs\UnityEngine.InputLegacyModule.dll + + + + + + + + + diff --git a/ClearHudNotifications/ClearHudNotifications.sln b/ClearHudNotifications/ClearHudNotifications.sln new file mode 100644 index 0000000..5ae6fd6 --- /dev/null +++ b/ClearHudNotifications/ClearHudNotifications.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.2.32630.192 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClearHudNotifications", "ClearHudNotifications.csproj", "{753B581A-1D5F-413C-93D8-ADE3193E825C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {753B581A-1D5F-413C-93D8-ADE3193E825C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {753B581A-1D5F-413C-93D8-ADE3193E825C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {753B581A-1D5F-413C-93D8-ADE3193E825C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {753B581A-1D5F-413C-93D8-ADE3193E825C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B69DA489-5322-4E63-9795-EEA831017CC8} + EndGlobalSection +EndGlobal diff --git a/ClearHudNotifications/HarmonyPatches.cs b/ClearHudNotifications/HarmonyPatches.cs new file mode 100644 index 0000000..2dc725f --- /dev/null +++ b/ClearHudNotifications/HarmonyPatches.cs @@ -0,0 +1,26 @@ +using ABI_RC.Core.Savior; +using ABI_RC.Core.UI; +using cohtml; +using HarmonyLib; + +namespace NAK.Melons.ClearHudNoficiations.HarmonyPatches; + +internal static class CohtmlHudPatches +{ + [HarmonyPrefix] + [HarmonyPatch(typeof(CohtmlHud), nameof(CohtmlHud.ViewDropText), new Type[] { typeof(string), typeof(string), typeof(string) })] + private static bool Prefix_CohtmlHud_ViewDropText(string cat, string headline, string small, ref CohtmlHud __instance) + { + if (!headline.Contains(MetaPort.Instance.username)) return true; // we only want our username notification + + if (small == "A user has joined your Instance." && !MetaPort.Instance.settings.GetSettingsBool("HUDCustomizationPlayerJoins", false)) + { + ClearHudNoficiations.ClearHudNotifications(); + return false; + } + + // clears buffer + if (__instance._isReady) __instance.hudView.View.TriggerEvent("DisplayHudMessageImmediately", cat, headline, small, 3); + return false; + } +} \ No newline at end of file diff --git a/ClearHudNotifications/Main.cs b/ClearHudNotifications/Main.cs new file mode 100644 index 0000000..795ea00 --- /dev/null +++ b/ClearHudNotifications/Main.cs @@ -0,0 +1,40 @@ +using ABI_RC.Core.UI; +using MelonLoader; +using UnityEngine; + +namespace NAK.Melons.ClearHudNoficiations; + +public class ClearHudNoficiations : MelonMod +{ + public override void OnInitializeMelon() + { + ApplyPatches(typeof(HarmonyPatches.CohtmlHudPatches)); + } + + public override void OnUpdate() + { + if (Input.GetKeyDown(KeyCode.F4)) + { + ClearHudNotifications(); + } + } + + public static void ClearHudNotifications() + { + // sending an immediate notification clears buffer + CohtmlHud.Instance?.ViewDropTextImmediate("(Local) Client", "Notifications Cleared!", "Cleared Hud Notifications!"); + } + + void ApplyPatches(Type type) + { + try + { + HarmonyInstance.PatchAll(type); + } + catch (Exception e) + { + LoggerInstance.Msg($"Failed while patching {type.Name}!"); + LoggerInstance.Error(e); + } + } +} \ No newline at end of file diff --git a/ClearHudNotifications/Properties/AssemblyInfo.cs b/ClearHudNotifications/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..03b55ed --- /dev/null +++ b/ClearHudNotifications/Properties/AssemblyInfo.cs @@ -0,0 +1,31 @@ +using NAK.Melons.ClearHudNoficiations.Properties; +using MelonLoader; +using System.Reflection; + + +[assembly: AssemblyVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)] +[assembly: AssemblyTitle(nameof(NAK.Melons.ClearHudNoficiations))] +[assembly: AssemblyCompany(AssemblyInfoParams.Author)] +[assembly: AssemblyProduct(nameof(NAK.Melons.ClearHudNoficiations))] + +[assembly: MelonInfo( + typeof(NAK.Melons.ClearHudNoficiations.ClearHudNoficiations), + nameof(NAK.Melons.ClearHudNoficiations), + AssemblyInfoParams.Version, + AssemblyInfoParams.Author, + downloadLink: "https://github.com/NotAKidOnSteam/UndoPropButton" +)] + +[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")] +[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] +[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] +[assembly: HarmonyDontPatchAll] + +namespace NAK.Melons.ClearHudNoficiations.Properties; +internal static class AssemblyInfoParams +{ + public const string Version = "1.0.0"; + public const string Author = "NotAKidoS"; +} \ No newline at end of file diff --git a/ClearHudNotifications/format.json b/ClearHudNotifications/format.json new file mode 100644 index 0000000..3bd0267 --- /dev/null +++ b/ClearHudNotifications/format.json @@ -0,0 +1,23 @@ +{ + "_id": -1, + "name": "ClearHudNotifications", + "modversion": "1.0.0", + "gameversion": "2022r170", + "loaderversion": "0.5.7", + "modtype": "Mod", + "author": "NotAKidoS", + "description": "Clears queued hud notifications when joining a new online instance. Can also press F4 to manually clear notifications.", + "searchtags": [ + "hud", + "queue", + "notifications", + "clear" + ], + "requirements": [ + "None" + ], + "downloadlink": "https://github.com/NotAKidOnSteam/ClearHudNotifications/releases/download/v1.0.0/ClearHudNotifications.dll", + "sourcelink": "https://github.com/NotAKidOnSteam/ClearHudNotifications/", + "changelog": "- Initial Release", + "embedcolor": "#6495ED" +} \ No newline at end of file From 64ce1768ef69536ca8030b97b18453088dfbba18 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Thu, 13 Apr 2023 19:17:36 -0500 Subject: [PATCH 3/4] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aec4c79..3617b06 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # ClearHudNotifications - simple mod to clear hud notifications on instance join/bind + +Simple mod to clear hud notifications when joining an online instance. Can also manually clear notifications by pressing F4. + +There is no native method to clear notifications, so I force an immediate notification to clear the buffer. + +--- + +Here is the block of text where I tell you this mod is not affiliated or endorsed by ABI. +https://documentation.abinteractive.net/official/legal/tos/#7-modding-our-games + +> This mod is an independent creation and is not affiliated with, supported by or approved by Alpha Blend Interactive. + +> Use of this mod is done so at the user's own risk and the creator cannot be held responsible for any issues arising from its use. + +> To the best of my knowledge, I have adhered to the Modding Guidelines established by Alpha Blend Interactive. From 5ca93a767963ea744c4d76525ba4fab3523e845d Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Thu, 13 Apr 2023 19:25:04 -0500 Subject: [PATCH 4/4] fix spellins --- ClearHudNotifications/HarmonyPatches.cs | 4 ++-- ClearHudNotifications/Main.cs | 8 ++++---- ClearHudNotifications/Properties/AssemblyInfo.cs | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ClearHudNotifications/HarmonyPatches.cs b/ClearHudNotifications/HarmonyPatches.cs index 2dc725f..7086c46 100644 --- a/ClearHudNotifications/HarmonyPatches.cs +++ b/ClearHudNotifications/HarmonyPatches.cs @@ -3,7 +3,7 @@ using ABI_RC.Core.UI; using cohtml; using HarmonyLib; -namespace NAK.Melons.ClearHudNoficiations.HarmonyPatches; +namespace NAK.Melons.ClearHudNotifications.HarmonyPatches; internal static class CohtmlHudPatches { @@ -15,7 +15,7 @@ internal static class CohtmlHudPatches if (small == "A user has joined your Instance." && !MetaPort.Instance.settings.GetSettingsBool("HUDCustomizationPlayerJoins", false)) { - ClearHudNoficiations.ClearHudNotifications(); + ClearHudNotifications.ClearNotifications(); return false; } diff --git a/ClearHudNotifications/Main.cs b/ClearHudNotifications/Main.cs index 795ea00..6fceae9 100644 --- a/ClearHudNotifications/Main.cs +++ b/ClearHudNotifications/Main.cs @@ -2,9 +2,9 @@ using MelonLoader; using UnityEngine; -namespace NAK.Melons.ClearHudNoficiations; +namespace NAK.Melons.ClearHudNotifications; -public class ClearHudNoficiations : MelonMod +public class ClearHudNotifications : MelonMod { public override void OnInitializeMelon() { @@ -15,11 +15,11 @@ public class ClearHudNoficiations : MelonMod { if (Input.GetKeyDown(KeyCode.F4)) { - ClearHudNotifications(); + ClearNotifications(); } } - public static void ClearHudNotifications() + public static void ClearNotifications() { // sending an immediate notification clears buffer CohtmlHud.Instance?.ViewDropTextImmediate("(Local) Client", "Notifications Cleared!", "Cleared Hud Notifications!"); diff --git a/ClearHudNotifications/Properties/AssemblyInfo.cs b/ClearHudNotifications/Properties/AssemblyInfo.cs index 03b55ed..e754ce5 100644 --- a/ClearHudNotifications/Properties/AssemblyInfo.cs +++ b/ClearHudNotifications/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using NAK.Melons.ClearHudNoficiations.Properties; +using NAK.Melons.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.ClearHudNoficiations))] +[assembly: AssemblyTitle(nameof(NAK.Melons.ClearHudNotifications))] [assembly: AssemblyCompany(AssemblyInfoParams.Author)] -[assembly: AssemblyProduct(nameof(NAK.Melons.ClearHudNoficiations))] +[assembly: AssemblyProduct(nameof(NAK.Melons.ClearHudNotifications))] [assembly: MelonInfo( - typeof(NAK.Melons.ClearHudNoficiations.ClearHudNoficiations), - nameof(NAK.Melons.ClearHudNoficiations), + typeof(NAK.Melons.ClearHudNotifications.ClearHudNotifications), + nameof(NAK.Melons.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.ClearHudNoficiations.Properties; +namespace NAK.Melons.ClearHudNotifications.Properties; internal static class AssemblyInfoParams { public const string Version = "1.0.0";