Ejemplo n.º 1
0
    public void Enter()
    {
        // use melee attack animation here
        animator.Play("PlayerMelee");
        player.meleeHit.Play();

        meleeAttack.SetActive(true);
        player.Attack();
        player.input.Gameplay.UseActiveSkill.Disable();
    }