major cleanup

This commit is contained in:
NotAKidoS 2023-04-26 15:32:02 -05:00
parent b33e15377f
commit e5242f76c7
85 changed files with 584 additions and 571 deletions

View file

@ -2,7 +2,6 @@
using MelonLoader;
using System.Reflection;
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
@ -11,11 +10,11 @@ using System.Reflection;
[assembly: AssemblyProduct(nameof(NAK.FuckToes))]
[assembly: MelonInfo(
typeof(NAK.FuckToes.FuckToesMod),
typeof(NAK.FuckToes.FuckToes),
nameof(NAK.FuckToes),
AssemblyInfoParams.Version,
AssemblyInfoParams.Author,
downloadLink: "https://github.com/NotAKidOnSteam/FuckToes"
downloadLink: "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/FuckToes"
)]
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]