Beispiel #1
0
        private static void CheckGshout(S_ABNORMALITY_END p)
        {
            if (!GShoutIDs.Contains(p.AbnormalityId))
            {
                return;
            }
            if (!IsViewModelAvailable <LancerLayoutVM>(out var vm))
            {
                return;
            }

            vm !.GuardianShout.StopEffect();
        }
 private void OnDeath()
 {
     LH.Stop();
     GuardianShout.StopEffect();
     AdrenalineRush.StopEffect();
 }