Exemplo n.º 1
0
#pragma warning restore 0649
    public void FillAttackSubPanel(bool realTutorial, MonsterPowers powers = null)
    {
        LanguagesFillers.FillAttackSubPanel(Attack, AtkBase, AtkLevel, AtkAbilities);
        if (realTutorial)
        {
            if (powers != null)
            {
                FillValuesWithPowers(powers);
            }
        }
        else
        {
            if (powers != null)
            {
                FillValuesWithPowers(powers);
            }
            else
            {
                FillValuesFictious();
            }
        }
    }