Exemplo n.º 1
0
    /// <summary>
    /// Method that starts the process of throwing a grenade.
    /// </summary>
    private void HoldToThrowGrenade()
    {
        isThrowing = true;
        weaponManager.HideCurrentWeapon(); // Hides the current weapon.

        //PullAnimation(); // Play Pull the Pin Animation.
    }