[ThirdPerson] BetterShadowClone support

This commit is contained in:
NotAKidoS 2024-02-03 02:12:55 -06:00
parent 5ee7dca50b
commit 1de39260f4
6 changed files with 66 additions and 16 deletions

View 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;
}
}