Пример #1
0
    private void ExecFreshHeal(Character player, Character target)
    {
        Debug.Log(MethodBase.GetCurrentMethod());
        double healValue = PrimaryLogic.MagicAttack(player, PrimaryLogic.ValueType.Random) * SecondaryLogic.FreshHeal(player);

        AbstractHealCommand(player, target, healValue);
    }