void Start()
 {
     firstPositon = this.transform.position;
     fallPhotoScript = fallPhoto.GetComponent<FallPhoto>();
 }
    // Use this for initialization
    void Start()
    {
        _animator = GetComponent<Animator>();
        fallphoto = FallPhoto.GetComponent<FallPhoto>();

        DowarfRandomJampAction();

        firstDowarfPosition = this.transform.position;
    }