Example #1
0
 public void OnDisposeObject()
 {
     PlayerAnimation.StopAnimation();
     _poolObject.Destroy();
 }
 public void OnDisposeObject()
 {
     StopCoroutine(_choiceDirection);
     PlayerAnimation.StopAnimation();
     _poolObject.Destroy();
 }