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