// Use this for initialization
 void Start()
 {
     lightCanonInteract = transform.parent.GetComponent <LightCanonInteract>();
 }