// Use this for initialization void Start () { curveAnim = this.gameObject.GetComponent<CurveShot> (); anim = this.gameObject.GetComponent<Animator> (); }
// Use this for initialization void Start() { curveAnim = this.gameObject.GetComponent <CurveShot> (); anim = this.gameObject.GetComponent <Animator> (); }