// Start is called before the first frame update void Start() { eg = gameObject.transform.parent.gameObject.GetComponent <Enemy_Gunner>(); Count = interval; }
// Start is called before the first frame update void Start() { EG = gameObject.transform.parent.GetComponent <Enemy_Gunner>(); }