mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
[ThirdPerson] BetterShadowClone support
This commit is contained in:
parent
5ee7dca50b
commit
1de39260f4
6 changed files with 66 additions and 16 deletions
11
ThirdPerson/Integrations/BSCAddon.cs
Normal file
11
ThirdPerson/Integrations/BSCAddon.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using NAK.BetterShadowClone;
|
||||
|
||||
namespace NAK.ThirdPerson.Integrations;
|
||||
|
||||
public static class BSCAddon
|
||||
{
|
||||
public static void Initialize()
|
||||
{
|
||||
ShadowCloneMod.wantsToHideHead += CameraLogic.ShouldNotHideHead_ThirdPerson;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue