mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
11 lines
No EOL
239 B
C#
11 lines
No EOL
239 B
C#
using NAK.BetterShadowClone;
|
|
|
|
namespace NAK.ThirdPerson.Integrations;
|
|
|
|
public static class BSCAddon
|
|
{
|
|
public static void Initialize()
|
|
{
|
|
ShadowCloneMod.wantsToHideHead += CameraLogic.ShouldNotHideHead_ThirdPerson;
|
|
}
|
|
} |