mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2026-01-01 14:17:31 +00:00
[ThirdPerson] Fixes for r180
This commit is contained in:
parent
faf9d48fb6
commit
ee4df06d2e
3 changed files with 6 additions and 8 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using MelonLoader;
|
||||
using ABI_RC.Systems.GameEventSystem;
|
||||
using MelonLoader;
|
||||
using UnityEngine;
|
||||
using static NAK.ThirdPerson.CameraLogic;
|
||||
|
||||
|
|
@ -13,7 +14,7 @@ public class ThirdPerson : MelonMod
|
|||
Logger = LoggerInstance;
|
||||
|
||||
Patches.Apply(HarmonyInstance);
|
||||
MelonCoroutines.Start(SetupCamera());
|
||||
CVRGameEventSystem.Initialization.OnPlayerSetupStart.AddListener(SetupCamera);
|
||||
}
|
||||
|
||||
public override void OnUpdate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue