void Awake() { enabled = false; spaceShipLife = GetComponent <SpaceShipLife> (); timeLeft = duration; }
void Awake() { enabled = false; spaceShipLife = GetComponent <SpaceShipLife> (); }