Hips following option

`Moving` parameter
This commit is contained in:
SDraw 2022-11-04 02:13:40 +03:00
parent 8ef25664df
commit a3b4f461d1
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
7 changed files with 84 additions and 6 deletions

View file

@ -45,6 +45,7 @@ namespace ml_amt
m_localTweaker.SetIKOverrideFly(Settings.IKOverrideFly);
m_localTweaker.SetIKOverrideJump(Settings.IKOverrideJump);
m_localTweaker.SetDetectEmotes(Settings.DetectEmotes);
m_localTweaker.SetFollowHips(Settings.FollowHips);
}
public override void OnDeinitializeMelon()