mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
major cleanup
This commit is contained in:
parent
b33e15377f
commit
e5242f76c7
85 changed files with 584 additions and 571 deletions
|
@ -1,6 +1,6 @@
|
|||
using MelonLoader;
|
||||
using System.Reflection;
|
||||
using NAK.PathCamDisabler.Properties;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
|
||||
|
@ -10,11 +10,11 @@ using NAK.PathCamDisabler.Properties;
|
|||
[assembly: AssemblyProduct(nameof(NAK.PathCamDisabler))]
|
||||
|
||||
[assembly: MelonInfo(
|
||||
typeof(NAK.PathCamDisabler.PathCamDisablerMod),
|
||||
typeof(NAK.PathCamDisabler.PathCamDisabler),
|
||||
nameof(NAK.PathCamDisabler),
|
||||
AssemblyInfoParams.Version,
|
||||
AssemblyInfoParams.Author,
|
||||
downloadLink: "https://github.com/NotAKidOnSteam/PathCamDisabler"
|
||||
downloadLink: "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/PathCamDisabler"
|
||||
)]
|
||||
|
||||
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue