Exemplo n.º 1
0
#pragma warning restore 0649
    public void FillSabotageSubPanel(bool realTutorial, MonsterPowers powers = null)
    {
        LanguagesFillers.FillSabotageSubPanel(Sabotage, SabBase, SabLevel, SabAbilities);
        if (realTutorial)
        {
            if (powers != null)
            {
                FillValuesWithPowers(powers);
            }
        }
        else
        {
            if (powers != null)
            {
                FillValuesWithPowers(powers);
            }
            else
            {
                FillValuesFictious();
            }
        }
    }