mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
[ThirdPerson] BetterShadowClone support
This commit is contained in:
parent
5ee7dca50b
commit
1de39260f4
6 changed files with 66 additions and 16 deletions
|
@ -1,6 +1,7 @@
|
|||
using MelonLoader;
|
||||
using NAK.ThirdPerson.Properties;
|
||||
using System.Reflection;
|
||||
using CurvedUI;
|
||||
|
||||
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
|
||||
|
@ -23,6 +24,7 @@ using System.Reflection;
|
|||
[assembly: MelonColor(255, 246, 25, 97)]
|
||||
[assembly: MelonAuthorColor(255, 158, 21, 32)]
|
||||
[assembly: HarmonyDontPatchAll]
|
||||
[assembly: MelonOptionalDependencies("BetterShadowClone")]
|
||||
|
||||
namespace NAK.ThirdPerson.Properties;
|
||||
internal static class AssemblyInfoParams
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue