Ejemplo n.º 1
0
 void Awake()
 {
     mother            = GetComponentInParent <MotherShipScript>();
     anim              = GetComponentInChildren <SpriteAnimation>();
     anim.playOnEnable = false;
     anim.Pause();
     halfMove = false;
 }
 void Awake()
 {
     mother = GetComponent <MotherShipScript>();
     NextShootDelay();
     chrono = 0;
 }