void Start() { VccConnect = false; GNDConnect = false; DigitalConnect3 = false; DigitalConnect4 = false; POWER = 0; manager = GetComponentInParent <L298N_MANAGER>(); }
// Start is called before the first frame update void Start() { manager = GetComponentInParent <L298N_MANAGER>(); OnArround(true); }