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