Beispiel #1
0
 private void FixedUpdate()
 {
     moon.Attract(transform);
 }
 void FixedUpdate()
 {
     planet.Attract(transform);
 }