void Start() { gravityScript = GetComponent<AffectedByGravity>(); }
void Start() { gravityScript = GetComponent <AffectedByGravity>(); }