Exemplo n.º 1
0
 private void Awake()
 {
     gravity = GetComponent <Gravity>();
 }
Exemplo n.º 2
0
 private void Start()
 {
     gravity = this.GetComponent <Gravity>();
 }