// Start is called before the first frame update void Start() { userControlScript = chargeStable.GetComponent <userControl>(); sonarBaseScript = sonarBase.GetComponent <raycasting1>(); }
// Start is called before the first frame update void Start() { sonarBaseScript = sonarBase.GetComponent <raycasting1>(); }