mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-04 02:49:23 +00:00
Game build 2023r174ex1 test
This commit is contained in:
parent
c169c7336a
commit
f3aa0bc72d
34 changed files with 202 additions and 153 deletions
|
@ -2,7 +2,7 @@
|
|||
using ABI_RC.Systems.IK;
|
||||
using ABI_RC.Systems.IK.SubSystems;
|
||||
using ABI_RC.Systems.InputManagement;
|
||||
using ABI_RC.Systems.MovementSystem;
|
||||
using ABI_RC.Systems.Movement;
|
||||
using RootMotion.FinalIK;
|
||||
using UnityEngine;
|
||||
|
||||
|
@ -57,7 +57,7 @@ namespace ml_pmc
|
|||
// Unity events
|
||||
void Update()
|
||||
{
|
||||
m_sitting = (MovementSystem.Instance.lastSeat != null);
|
||||
m_sitting = BetterBetterCharacterController.Instance.IsSitting();
|
||||
|
||||
if(m_active)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue