Exemple #1
0
 private void Awake()
 {
     _angelActions = new AngelActions();
     _AIAnimator.SetBool("IsWalking", false);
     source = GetComponent <AudioSource>();
     rb     = GetComponent <Rigidbody2D>();
 }
 private void Awake()
 {
     _angelActions = new AngelActions();
     canStart      = false;
 }