Example #1
0
 public override void StateLeft()
 {
     _attackIntentComponent?.Stop();
 }
Example #2
0
 protected override void InternalLeave()
 {
     _timer.Stop();
     _attackIntentComponent.Stop();
 }