private void Start() { rbody = GetComponent <Rigidbody2D>(); hand = GetComponentInParent <Shotpot_Hand>(); startRot = rbody.rotation; }
// Start is called before the first frame update void Start() { rbody = GetComponent <Rigidbody2D>(); hand = GetComponent <Shotpot_Hand>(); }