Exemplo n.º 1
0
 void Start()
 {
     Text1 = Text.GetComponent <Text>();
     Cont  = this.GetComponent <Controll>();
     SW    = Cont.ReturnSW();
 }