Example #1
0
    void AttachToThrower()
    {
        PlatformerCharacter2D player = thrower.GetComponent <PlatformerCharacter2D>();

        player.AttachToGrapple(this.gameObject, attach_range);
    }