Esempio n. 1
0
 void Awake()
 {
     motor = GetComponent <PlayerMotor>();
 }
 void Awake()
 {
     motor = GetComponent<PlayerMotor> ();
 }