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