mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
remove melons
This commit is contained in:
parent
56c901345a
commit
b33e15377f
74 changed files with 156 additions and 156 deletions
|
@ -3,7 +3,7 @@ using HarmonyLib;
|
|||
using RootMotion.FinalIK;
|
||||
|
||||
|
||||
namespace NAK.Melons.FuckToes.HarmonyPatches;
|
||||
namespace NAK.FuckToes.HarmonyPatches;
|
||||
|
||||
//yes im patching VRIK directly, cvr does not force calibration or mess with references, and leaves it to vrik to handle
|
||||
class VRIKPatches
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
using MelonLoader;
|
||||
|
||||
namespace NAK.Melons.FuckToes;
|
||||
namespace NAK.FuckToes;
|
||||
|
||||
public class FuckToesMod : MelonMod
|
||||
{
|
||||
|
|
|
@ -6,13 +6,13 @@ using System.Reflection;
|
|||
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyTitle(nameof(NAK.Melons.FuckToes))]
|
||||
[assembly: AssemblyTitle(nameof(NAK.FuckToes))]
|
||||
[assembly: AssemblyCompany(AssemblyInfoParams.Author)]
|
||||
[assembly: AssemblyProduct(nameof(NAK.Melons.FuckToes))]
|
||||
[assembly: AssemblyProduct(nameof(NAK.FuckToes))]
|
||||
|
||||
[assembly: MelonInfo(
|
||||
typeof(NAK.Melons.FuckToes.FuckToesMod),
|
||||
nameof(NAK.Melons.FuckToes),
|
||||
typeof(NAK.FuckToes.FuckToesMod),
|
||||
nameof(NAK.FuckToes),
|
||||
AssemblyInfoParams.Version,
|
||||
AssemblyInfoParams.Author,
|
||||
downloadLink: "https://github.com/NotAKidOnSteam/FuckToes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue