void FixedUpdate() { gravity.GroundControl(gameObject); if (Planet == null) { return; } else { gravity.Gravitation(this.gameObject, Planet); } }