void Awake() { tr = GetComponent <Transform>(); controle = GetComponent <Controle>(); }
void Awake() { controle = GetComponent <Controle>(); }