private void Start() { _boatManager = GameObject.FindGameObjectWithTag("Boat").GetComponent <BoatManager>(); _isLeftOar = _boatManager.isLeftOar(); }