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

        player.AttachToRope(this.GetComponent <Link>());
    }