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 UnityEngine;
|
||||
using UnityEngine.Playables;
|
||||
|
||||
namespace NAK.Melons.BadAnimatorFix;
|
||||
namespace NAK.BadAnimatorFix;
|
||||
|
||||
public class BadAnimatorFix : MonoBehaviour
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
namespace NAK.Melons.BadAnimatorFix;
|
||||
namespace NAK.BadAnimatorFix;
|
||||
|
||||
public static class BadAnimatorFixManager
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@ using ABI_RC.Core.Player;
|
|||
using HarmonyLib;
|
||||
using UnityEngine;
|
||||
|
||||
namespace NAK.Melons.BadAnimatorFix.HarmonyPatches;
|
||||
namespace NAK.BadAnimatorFix.HarmonyPatches;
|
||||
|
||||
internal static class AnimatorPatches
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
using MelonLoader;
|
||||
|
||||
namespace NAK.Melons.BadAnimatorFix;
|
||||
namespace NAK.BadAnimatorFix;
|
||||
|
||||
public class BadAnimatorFixMod : MelonMod
|
||||
{
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
using MelonLoader;
|
||||
using NAK.Melons.BadAnimatorFix.Properties;
|
||||
using NAK.BadAnimatorFix.Properties;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyTitle(nameof(NAK.Melons.BadAnimatorFix))]
|
||||
[assembly: AssemblyTitle(nameof(NAK.BadAnimatorFix))]
|
||||
[assembly: AssemblyCompany(AssemblyInfoParams.Author)]
|
||||
[assembly: AssemblyProduct(nameof(NAK.Melons.BadAnimatorFix))]
|
||||
[assembly: AssemblyProduct(nameof(NAK.BadAnimatorFix))]
|
||||
|
||||
[assembly: MelonInfo(
|
||||
typeof(NAK.Melons.BadAnimatorFix.BadAnimatorFixMod),
|
||||
nameof(NAK.Melons.BadAnimatorFix),
|
||||
typeof(NAK.BadAnimatorFix.BadAnimatorFixMod),
|
||||
nameof(NAK.BadAnimatorFix),
|
||||
AssemblyInfoParams.Version,
|
||||
AssemblyInfoParams.Author,
|
||||
downloadLink: "https://github.com/NotAKidOnSteam/BadAnimatorFix"
|
||||
|
@ -22,7 +22,7 @@ using System.Reflection;
|
|||
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
|
||||
[assembly: HarmonyDontPatchAll]
|
||||
|
||||
namespace NAK.Melons.BadAnimatorFix.Properties;
|
||||
namespace NAK.BadAnimatorFix.Properties;
|
||||
internal static class AssemblyInfoParams
|
||||
{
|
||||
public const string Version = "1.0.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue